Soldato
- Joined
- 5 Aug 2006
- Posts
- 11,418
- Location
- Derbyshire
In C (NOT C+/C++!!), how do I do square root of a number?
Also how do I do powers. At the mo if I need d^3 I just do d*d*d.
I have the ability in C to do equations, and have done a few ones that work fine, I am just not sure on the above.
thanks
Also how do I do powers. At the mo if I need d^3 I just do d*d*d.
I have the ability in C to do equations, and have done a few ones that work fine, I am just not sure on the above.
thanks