increase number by degree

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Vilmis
Forum Newbie
Posts: 2
Joined: Thu Mar 24, 2011 5:47 am

increase number by degree

Post by Vilmis »

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

Post by vishal_arora »

Hello Vilmis
pow(x,y) is used for ^
Vilmis
Forum Newbie
Posts: 2
Joined: Thu Mar 24, 2011 5:47 am

Re: increase number by degree

Post by Vilmis »

Thank you for quick answer.
Post Reply