Home
last modified time | relevance | path

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

/PHP-7.4/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";
H A Dbcsqrt_error1.phpt2 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 Dscale.phpt15 'bcsqrt: ', bcsqrt('4', 5), PHP_EOL,
25 bcsqrt: 2.00000
H A Dscale_ini.phpt17 'bcsqrt: ', bcsqrt('4'), PHP_EOL,
27 bcsqrt: 2.00000
H A Dbcsqrt_variation001.phpt2 bcsqrt() with argument of 0
9 echo bcsqrt("0");
H A Dbug60377.phpt9 $var67 = bcsqrt(0);
H A Dstr2num_formatting.phpt5 1 argument of bcsqrt
/PHP-7.4/ext/bcmath/
H A Dphp_bcmath.h40 PHP_FUNCTION(bcsqrt);
H A Dbcmath.c104 PHP_FE(bcsqrt, arginfo_bcsqrt)
480 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() argument

Completed in 18 milliseconds