calculate power of value in php

by Ramya 2012-07-03 10:23:18

calculate power of value in php:

to calculate power of value, use pow() in php,
pow(number,power)


example,
pow(2,3)


will output 8.....ie(23)

Tagged in:

998
like
0
dislike
0
mail
flag

You must LOGIN to add comments