Searched refs:bcdiv (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/ext/bcmath/tests/ |
H A D | bcdiv.phpt | 2 bcdiv() function 9 echo bcdiv("1", "2"),"\n"; 10 echo bcdiv("1", "2", 2),"\n"; 11 echo bcdiv("-1", "5", 4),"\n"; 12 echo bcdiv("8728932001983192837219398127471", "1928372132132819737213", 2),"\n";
|
H A D | bcdiv_error1.phpt | 2 bcdiv — Divide two arbitrary precision numbers 11 echo bcdiv('10.99', '0'); 14 Warning: bcdiv(): Division by zero in %s.php on line %d
|
H A D | bcdiv_error2.phpt | 2 bcdiv — Divide two arbitrary precision numbers 10 echo bcdiv('1', '2', '3', '4'); 13 Warning: bcdiv() expects at most 3 parameters, 4 given in %s.php on line %d
|
H A D | bcscale_variation001.phpt | 10 echo bcdiv("20.56", "4");
|
/PHP-7.1/ext/bcmath/ |
H A D | php_bcmath.h | 39 PHP_FUNCTION(bcdiv);
|
H A D | bcmath.c | 102 PHP_FE(bcdiv, arginfo_bcdiv) 341 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() argument
|
Completed in 34 milliseconds