increase number by degree
Moderator: General Moderators
increase number by degree
How can I convert such excel formula in to php code =(A1+0,00001)^2/8; It seems that ^ doesn't work.
-
vishal_arora
- Forum Newbie
- Posts: 8
- Joined: Thu Mar 24, 2011 5:08 am
Re: increase number by degree
Hello Vilmis
pow(x,y) is used for ^
pow(x,y) is used for ^
Re: increase number by degree
Thank you for quick answer.