Home
last modified time | relevance | path

Searched refs:bcpow (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/bcmath/tests/
H A Dbcpow.phpt2 bcpow() function
9 echo bcpow("1", "2"),"\n";
10 echo bcpow("-2", "5", 4),"\n";
11 echo bcpow("2", "64"),"\n";
12 echo bcpow("-2.555", "5", 2),"\n";
H A Dbcpow_error2.phpt2 bcpow() does not support exponents >= 2**63
9 var_dump(bcpow('0', '9223372036854775808', 2));
13 Warning: bcpow(): exponent too large in %s on line %d
H A Dbcpow_error1.phpt2 bcpow() does not support non-integral exponents
9 var_dump(bcpow('1', '1.1', 2));
13 Warning: bcpow(): non-zero scale in exponent in %s on line %d
H A Dscale.phpt13 'bcpow: ', bcpow('2', '1', 5), PHP_EOL,
23 bcpow: 2.00000
H A Dscale_ini.phpt15 'bcpow: ', bcpow('2', '1'), PHP_EOL,
25 bcpow: 2.00000
H A Dbcpow_variation001.phpt2 bcpow() with a negative exponent
9 echo bcpow("2", "-4");
H A Dstr2num_formatting.phpt4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
/PHP-7.4/ext/bcmath/
H A Dphp_bcmath.h39 PHP_FUNCTION(bcpow);
H A Dbcmath.c103 PHP_FE(bcpow, arginfo_bcpow)
445 PHP_FUNCTION(bcpow) in PHP_FUNCTION() argument
/PHP-7.4/
H A DNEWS2154 . Fixed bug #77742 (bcpow() implementation related to gcc compiler

Completed in 25 milliseconds