Searched refs:bcpow (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/bcmath/tests/ |
H A D | bcpow.phpt | 2 bcpow() function 9 echo bcpow("1", "2"),"\n"; 10 echo bcpow("-2", "5", 4),"\n"; 11 echo bcpow("2", "64"),"\n";
|
H A D | bcpow_error3.phpt | 2 bcpow() incorrect argument count 9 echo bcpow(); 12 Warning: bcpow() expects at least 2 parameters, 0 given in %s on line %d
|
H A D | bcpow_variation001.phpt | 2 bcpow() with a negative exponent 9 echo bcpow("2", "-4");
|
/PHP-7.1/ext/bcmath/ |
H A D | php_bcmath.h | 41 PHP_FUNCTION(bcpow);
|
H A D | bcmath.c | 104 PHP_FE(bcpow, arginfo_bcpow) 461 PHP_FUNCTION(bcpow) in PHP_FUNCTION() argument
|
Completed in 7 milliseconds