<?php $f = 0; for($i = 0 ; $i < 10000 ; $i ++) { $f = $f + 0.01; } var_dump($f);
You have javascript disabled. You will not be able to edit any code.