-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/math/
File Upload :
Current File : //usr/src/php/ext/standard/tests/math/pi_basic.phpt

--TEST--
Test pi() - basic function test pi()
--INI--
precision=14
--FILE--
<?php
echo pi(), "\n";
echo M_PI, "\n";
// N.B pi() ignores all specified arguments no error 
// messages are produced if arguments are spcified. 
?>
--EXPECTF--
3.1415926535898
3.1415926535898

Copyright © 2017 || Recoded By Mr.Bumblebee