<?php echo number_format(23.77499999999997, 2) . \PHP_EOL; //returns 23.78 echo number_format(2.77499999999997, 2); //returns 2.77
You have javascript disabled. You will not be able to edit any code.