Re: Rounding bug in 5.06
Hi Bill,
On Windows/Empresa 5.06 this seems to be working correctly, yielding 1,1,2 .
Markus
Hi Bill,
On Windows/Empresa 5.06 this seems to be working correctly, yielding 1,1,2 .
Markus
<?php printf( "%.0f %.0f %.0f\n", 0.5, 0.51, 1.5); //prints: 1 1 2 ?>
Comment