• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Cannot get floating variable

C

Chandra mohan

Guest
anybody pls help me, how to get floating value to my variable, its go rounding.

a = 5.12345;
b = 5.11111;
c = a+b;

the result was showing 10.23
please give me any idea how i get more decimal points.
 
C

Chandra mohan

Guest
how to i use math_set_epsilon(0.0000000);

Please give me example.............
 
Top