Searched refs:bcdiv (Results 1 – 11 of 11) sorted by relevance
/PHP-8.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_error2.phpt | 2 bcdiv() requires well-formed values 9 bcdiv('a', '1'); 15 bcdiv('1', 'a'); 22 bcdiv(): Argument #1 ($num1) is not well-formed 23 bcdiv(): Argument #2 ($num2) is not well-formed
|
H A D | scale.phpt | 9 'bcdiv: ', bcdiv('2', '1', 5), PHP_EOL, 18 bcdiv: 2.00000
|
H A D | scale_ini.phpt | 11 'bcdiv: ', bcdiv('2', '1'), PHP_EOL, 20 bcdiv: 2.00000
|
H A D | bcdiv_error1.phpt | 2 bcdiv — Divide two arbitrary precision numbers 12 bcdiv('10.99', '0');
|
H A D | bcscale_variation001.phpt | 9 echo bcdiv("20.56", "4");
|
H A D | negative_scale.phpt | 25 bcdiv('1','2',-1); 64 bcdiv(): Argument #3 ($scale) must be between 0 and 2147483647
|
H A D | str2num_formatting.phpt | 4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
|
/PHP-8.1/ext/bcmath/ |
H A D | bcmath_arginfo.h | 50 ZEND_FUNCTION(bcdiv); 63 ZEND_FE(bcdiv, arginfo_bcdiv)
|
H A D | bcmath.stub.php | 15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {} function
|
H A D | bcmath.c | 306 PHP_FUNCTION(bcdiv) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds