<?php $we_all_float_down_here = (float) 3467.60009765625; echo number_format($we_all_float_down_here, 20, '.', ''); echo PHP_EOL; $we_all_float_down_here = (float) 3467.60009765626; echo number_format($we_all_float_down_here, 20, '.', ''); echo PHP_EOL; $we_all_float_down_here = (float) 3467.600097656253; echo number_format($we_all_float_down_here, 20, '.', '');
You have javascript disabled. You will not be able to edit any code.