<?php echo 1/7; // 0.14285714285714 ini_set('precision', 2); echo 1/7; // 0.14 ini_set('precision', 200); echo 1/7; // 0.142857142857142849212692681248881854116916656494140625 (php) // 0.142857142857142857142857142857142857142857142857142857 (real) // garbage starts at 18 and stops at 54 ?>
You have javascript disabled. You will not be able to edit any code.