Home
last modified time | relevance | path

Searched refs:bcmul (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/bcmath/tests/
H A Dbcmul.phpt2 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 Dscale.phpt12 'bcmul: ', bcmul('2', '1', 5), PHP_EOL,
21 bcmul: 2.00000
H A Dscale_ini.phpt14 'bcmul: ', bcmul('2', '1'), PHP_EOL,
23 bcmul: 2.00000
H A Dbug.66364.phpt2 Bug #66364 (BCMath bcmul ignores scale parameter)
9 var_dump(bcmul('0.3', '0.2', 4));
H A Dbug78238.phpt11 $a = bcmul("0.9", "-0.1", 1);
12 $b = bcmul("0.90", "-0.1", 1);
H A Dbug78878.phpt10 print bcmul("\xB26483605105519922841849335928742092", bcpowmod(2, 65535, -4e-4));
H A Dnegative_scale.phpt20 bcmul('1','2',-1);
63 bcmul(): Argument #3 ($scale) must be between 0 and 2147483647
H A Dstr2num_formatting.phpt4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
/PHP-8.0/ext/bcmath/
H A Dbcmath_arginfo.h49 ZEND_FUNCTION(bcmul);
62 ZEND_FE(bcmul, arginfo_bcmul)
H A Dbcmath.stub.php9 function bcmul(string $num1, string $num2, ?int $scale = null): string {} function
H A Dbcmath.c255 PHP_FUNCTION(bcmul) in PHP_FUNCTION() argument

Completed in 20 milliseconds