[SOLVED]Math Calculation
Posted: Wed Oct 18, 2006 2:33 am
I'm sorry for this newbie question but I can't really find anything that could do this much easier.
Here is the problem:
if I want to do the square of 10, is there anything functions or operators that I could use in PHP, instead of, 10*10?
I'm trying to do this one as follows:
60/((186/100)*(186/100))
This is the kind of calculations I'm trying out !
Thanks a lot.
Here is the problem:
if I want to do the square of 10, is there anything functions or operators that I could use in PHP, instead of, 10*10?
I'm trying to do this one as follows:
60/((186/100)*(186/100))
This is the kind of calculations I'm trying out !
Thanks a lot.