<?php echo round (99.0000001, 6).PHP_EOL; echo round (99.000001, 6).PHP_EOL; echo round (99.00001, 6).PHP_EOL; echo round (99.0001, 6).PHP_EOL; echo round (99.001, 6).PHP_EOL; echo round (99.01, 6).PHP_EOL; echo round (99.10, 6).PHP_EOL; echo round (99.00, 6).PHP_EOL;
You have javascript disabled. You will not be able to edit any code.