<?php $a = 50; $b = 50/3; var_dump(number_format(round($b, 2), 2), $b * 3, 'valore originale double' . number_format($b, 53));
You have javascript disabled. You will not be able to edit any code.