-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
round() prerounds results to precision
--INI--
precision=14
--FILE--
<?php
var_dump (round (0.285, 2, PHP_ROUND_HALF_UP));
?>
--EXPECT--
float(0.29)

Copyright © 2017 || Recoded By Mr.Bumblebee