Page 1 of 1

increase number by degree

Posted: Thu Mar 24, 2011 5:54 am
by Vilmis
How can I convert such excel formula in to php code =(A1+0,00001)^2/8; It seems that ^ doesn't work.

Re: increase number by degree

Posted: Thu Mar 24, 2011 6:15 am
by vishal_arora
Hello Vilmis
pow(x,y) is used for ^

Re: increase number by degree

Posted: Thu Mar 24, 2011 6:48 am
by Vilmis
Thank you for quick answer.