Home
last modified time | relevance | path

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

/PHP-8.0/ext/bcmath/tests/
H A Dbcsqrt.phpt2 bcsqrt() function
9 echo bcsqrt("9"),"\n";
10 echo bcsqrt("9.444", 2),"\n";
11 echo bcsqrt("1928372132132819737213", 5),"\n";
12 echo bcsqrt("0.5", 5), "\n";
H A Dbcsqrt_error1.phpt2 bcsqrt — Get the square root of an arbitrary precision number
11 bcsqrt('-9');
17 bcsqrt(): Argument #1 ($num) must be greater than or equal to 0
H A Dscale.phpt15 'bcsqrt: ', bcsqrt('4', 5), PHP_EOL,
24 bcsqrt: 2.00000
H A Dscale_ini.phpt17 'bcsqrt: ', bcsqrt('4'), PHP_EOL,
26 bcsqrt: 2.00000
H A Dbcsqrt_variation001.phpt2 bcsqrt() with argument of 0
9 echo bcsqrt("0");
H A Dnegative_scale.phpt45 bcsqrt('9', -1);
68 bcsqrt(): Argument #2 ($scale) must be between 0 and 2147483647
H A Dbug60377.phpt13 $var67 = bcsqrt(0);
H A Dstr2num_formatting.phpt5 1 argument of bcsqrt
/PHP-8.0/ext/bcmath/
H A Dbcmath_arginfo.h54 ZEND_FUNCTION(bcsqrt);
67 ZEND_FE(bcsqrt, arginfo_bcsqrt)
H A Dbcmath.stub.php19 function bcsqrt(string $num, ?int $scale = null): string {} function
H A Dbcmath.c528 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() argument

Completed in 18 milliseconds