<?php $precision = 18; while($precision--) { ini_set('precision', $precision); echo $precision . ": " . (62 + 3.99) . PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.