JavaScript converte int para flutuar com 2 lugares decimais
float_num.toFixed(2);
Innocent Iguana
float_num.toFixed(2);
parseFloat("4").toFixed(2)
number = 24.54616515.toFixed 2 #24.55