Searched refs:bcsqrt (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/ext/bcmath/tests/ |
H A D | bcsqrt.phpt | 2 bcsqrt() function 9 echo bcsqrt("9"),"\n"; 10 echo bcsqrt("9.444", 2),"\n"; 11 echo bcsqrt("1928372132132819737213", 5),"\n";
|
H A D | bcsqrt_error2.phpt | 2 bcsqrt() incorrect argument count 9 echo bcsqrt(); 12 Warning: bcsqrt() expects at least 1 parameter, 0 given in %s on line %d
|
H A D | bcsqrt_error1.phpt | 2 bcsqrt — Get the square root of an arbitrary precision number 10 echo bcsqrt('-9'); 13 Warning: bcsqrt(): Square root of negative number in %s.php on line %d
|
H A D | scale.phpt | 15 'bcsqrt: ', bcsqrt('4', 5), PHP_EOL, 25 bcsqrt: 2.00000
|
H A D | scale_ini.phpt | 17 'bcsqrt: ', bcsqrt('4'), PHP_EOL, 27 bcsqrt: 2.00000
|
H A D | bcsqrt_variation001.phpt | 2 bcsqrt() with argument of 0 9 echo bcsqrt("0");
|
H A D | bug60377.phpt | 9 $var67 = bcsqrt(false);
|
/PHP-7.3/ext/bcmath/ |
H A D | php_bcmath.h | 40 PHP_FUNCTION(bcsqrt);
|
H A D | bcmath.c | 104 PHP_FE(bcsqrt, arginfo_bcsqrt) 476 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds