Searched refs:bcmul (Results 1 – 10 of 10) sorted by relevance
/PHP-7.4/ext/bcmath/tests/ |
H A D | bcmul.phpt | 2 bcmul() function 9 echo bcmul("1", "2"),"\n"; 10 echo bcmul("-3", "5"),"\n"; 11 echo bcmul("1234567890", "9876543210"),"\n"; 12 echo bcmul("2.5", "1.5", 2),"\n"; 13 echo bcmul("2.555", "1.555", 2),"\n";
|
H A D | scale.phpt | 12 'bcmul: ', bcmul('2', '1', 5), PHP_EOL, 22 bcmul: 2.00000
|
H A D | scale_ini.phpt | 14 'bcmul: ', bcmul('2', '1'), PHP_EOL, 24 bcmul: 2.00000
|
H A D | bug.66364.phpt | 2 Bug #66364 (BCMath bcmul ignores scale parameter) 9 var_dump(bcmul('0.3', '0.2', 4));
|
H A D | bug78238.phpt | 11 $a = bcmul("0.9", "-0.1", 1); 12 $b = bcmul("0.90", "-0.1", 1);
|
H A D | bug78878.phpt | 9 print @bcmul("\xB26483605105519922841849335928742092", bcpowmod(2, 65535, -4e-4));
|
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-7.4/ext/bcmath/ |
H A D | php_bcmath.h | 36 PHP_FUNCTION(bcmul);
|
H A D | bcmath.c | 100 PHP_FE(bcmul, arginfo_bcmul) 285 PHP_FUNCTION(bcmul) in PHP_FUNCTION() argument
|
/PHP-7.4/ |
H A D | NEWS | 2542 . Fixed bug #66364 (BCMath bcmul ignores scale parameter). (cmb)
|
Completed in 24 milliseconds