Searched refs:bcsqrt (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/bcmath/tests/ |
H A D | bcsqrt_error2.phpt | 2 bcsqrt() requires a well-formed value 9 bcsqrt('a'); 16 bcsqrt(): Argument #1 ($num) is not well-formed
|
H A D | bcsqrt_error1.phpt | 2 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 D | scale.phpt | 13 'bcsqrt: ', bcsqrt('4', 5), PHP_EOL, 22 bcsqrt: 2.00000
|
H A D | scale_ini.phpt | 15 'bcsqrt: ', bcsqrt('4'), PHP_EOL, 24 bcsqrt: 2.00000
|
H A D | bcsqrt.phpt | 2 bcsqrt() function 27 echo bcsqrt($radicant, $scale), "\n";
|
H A D | negative_scale.phpt | 45 bcsqrt('9', -1); 68 bcsqrt(): Argument #2 ($scale) must be between 0 and 2147483647
|
H A D | bug60377.phpt | 15 $var67 = bcsqrt(0);
|
H A D | str2num_formatting.phpt | 5 1 argument of bcsqrt
|
/PHP-8.3/ext/bcmath/ |
H A D | bcmath_arginfo.h | 54 ZEND_FUNCTION(bcsqrt); 67 ZEND_FE(bcsqrt, arginfo_bcsqrt)
|
H A D | bcmath.stub.php | 27 function bcsqrt(string $num, ?int $scale = null): string {} function
|
H A D | bcmath.c | 557 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds