Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/tests/
H A Dbcsqrt.phpt2 bcsqrt() function
9 echo bcsqrt("9"),"\n";
10 echo bcsqrt("1928372132132819737213", 5),"\n";
H A Dbcsqrt_error2.phpt2 bcsqrt() incorrect argument count
9 echo bcsqrt();
12 Warning: bcsqrt() expects at least 1 parameter, 0 given in %s on line %d
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 Dbcsqrt_variation001.phpt2 bcsqrt() with argument of 0
9 echo bcsqrt("0");
H A Dbug60377.phpt8 $var67 = bcsqrt(false);
/PHP-5.5/ext/bcmath/
H A Dphp_bcmath.h39 PHP_FUNCTION(bcsqrt);
H A Dbcmath.c105 PHP_FE(bcsqrt, arginfo_bcsqrt)
507 PHP_FUNCTION(bcsqrt) in PHP_FUNCTION() argument

Completed in 10 milliseconds