User Activity

  • Modified a comment on discussion General Discussion on half

    Hi Chirstian, Thank you for your reply and suggestion. Sorry to say but it is not working for me. Following is the test code: #include <iostream> #include "half.hpp" using half_float::half; int main() { half b(5); // half a = half(0.0); // works well // half a = 0.0; // not working (expected to work like double) half a = 3.4; // not wokring // half a (3.4); // works well half c = a * b; c += 3.5; if(c > a) std::cout << c << std::endl; } I am using Apache NetBeans 11.1 on macOS and GNU compiler, C++11....

  • Posted a comment on discussion General Discussion on half

    Hi Chirstian, Thank you for your reply and suggestion. Sorry to say but it is not working for me. Following is the test code: #include <iostream> #include "half.hpp" using half_float::half; int main() { half b(5); // half a = half(0.0); // works well // half a = 0.0; // not working (espected to work like double) half a = 3.4; // not wokring // half a (3.4); // works well half c = a * b; c += 3.5; if(c > a) std::cout << c << std::endl; } I am using Apache NetBeans 11.1 on macOS and GNU compiler, C++11....

  • Posted a comment on discussion General Discussion on half

    Hi, Thank you for developing this library. I am doing some arithmetic tests. Like double or flot, I want to assign vraiable with some value like half a = 3.4; but I am getting error for this as error: no viable conversion from 'double' to 'half' (aka 'half_float::half') Would you plesae suggest me work around to fix this error. Looking forward to hearing from you. Thank you. Regards Deepak

  • Modified a comment on discussion TXS - Open Discussion on TeXstudio - A LaTeX Editor

    Hi, Recently, I have updated macOS to Catalina and then TeXstudio font size in the editor and text seems to be increased and text looks like bold. Before update to the Catalina, deafult font size (in General option ) was 13 which was perfect for me but the same font size now looks large. Same thing is happening with the update to Mojave on another MacBook. I need your help and workaround to solve this issue. Thank you.

  • Posted a comment on discussion TXS - Open Discussion on TeXstudio - A LaTeX Editor

    Hi, Recently, I have updated macOS to Catalina and then TeXstudio font size in the editor and text seems to be increased and text looks like bold. Before update to the same .tex file has a font size of 13 which was perfect for me but the same font size now looks large. Same thing is happening with the update to Mojave on another MacBook. I need your help and workaround to solve this issue. Thank you.

  • Posted a comment on discussion General Discussion on ACADO Toolkit

    Hello, I want to use ACADO toolkit interfaced with a MATLAB 2019a or MATLAB 2018b on macOS Mojave (Version 10.14.4) and I'm using Xcode (Version 10.2.1) to build ACADO interface for MATLAB. While executing the command make clean all; I'm getting the error as attached in the log file. Could you please help to successfully build toolkit on MATLAB. Thank you.

View All

Personal Data

Username:
ingole
Joined:
2019-04-25 13:08:02
Location:
Lyon / France / CEST
Gender:
Male

Projects

  • No projects to display.

Personal Tools