Power Function in PHP |
Power Function in PHP Pow() function the return of value1 and raise to the value2(exponent). Learn power function in php Ex: echo pow(2,3); //8 echo pow(5,2); //25 echo pow(8,2); //64…
Power Function in PHP Pow() function the return of value1 and raise to the value2(exponent). Learn power function in php Ex: echo pow(2,3); //8 echo pow(5,2); //25 echo pow(8,2); //64…