Searched refs:bcsqrt (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/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"; 12 echo bcsqrt("0.5", 5), "\n";
|
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_variation001.phpt | 2 bcsqrt() with argument of 0 9 echo bcsqrt("0");
|
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.1/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 | 528 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds