I have been trying to take the square root of a number by doing this:
AndCode:a = Sqr(25);
I get the following error:error C2065: 'Sqr' : undeclared identifierCode:a = Sqrt(25);
and error C2065: 'Sqrt' : undeclared identifier....
What is wrong?
|
Results 1 to 10 of 10
Thread: Square Root...Threaded View
|
Click Here to Expand Forum to Full Width |