Searched refs:bcsqrt (Results 1 – 12 of 12) sorted by relevance
/php-src/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-src/ext/bcmath/tests/number/methods/ |
H A D | sqrt_with_scale.phpt | 25 $func_ret = bcsqrt($radicant, $scale);
|
/php-src/ext/bcmath/ |
H A D | bcmath_arginfo.h | 134 ZEND_FUNCTION(bcsqrt); 167 ZEND_FE(bcsqrt, arginfo_bcsqrt)
|
H A D | bcmath.stub.php | 35 function bcsqrt(string $num, ?int $scale = null): string {} function
|
H A D | bcmath.c | 632 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds