sqrt() function strange behavouir
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
hi Developers, I am trying to get the result of this code
printf( "sqrt(36.0) = %f", sqrt(36.0) );
The mystry is that, If i have include math.h file, than I am getting proper result, bu I haven't, I am getting the result 0.000000 can you please help me out Thanks Amrit Agrawal
-
hi Developers, I am trying to get the result of this code
printf( "sqrt(36.0) = %f", sqrt(36.0) );
The mystry is that, If i have include math.h file, than I am getting proper result, bu I haven't, I am getting the result 0.000000 can you please help me out Thanks Amrit Agrawal