-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/bcmath/tests/
File Upload :
Current File : //usr/src/php/ext/bcmath/tests/bcsqrt.phpt

--TEST--
bcsqrt() function
--SKIPIF--
<?php if(!extension_loaded("bcmath")) print "skip"; ?>
--INI--
bcmath.scale=0
--FILE--
<?php
echo bcsqrt("9"),"\n";
echo bcsqrt("1928372132132819737213", 5),"\n";
?>
--EXPECT--
3
43913234134.28826

Copyright © 2017 || Recoded By Mr.Bumblebee