On the Windows calculator: 9 / 3,0001 = 2,999 ...
In my program: 9 / 3,0001 = 3;
I would like to get this level of precision using C.
See excerpts from my program:
double op(double num1, double num2, char c)
{
if(c == '/')...
asked by
25.10.2014 / 18:23