JavaScript konvertieren int, um mit 2 Dezimalstellen zu schweben
float_num.toFixed(2);
Innocent Iguana
float_num.toFixed(2);
parseFloat("4").toFixed(2)
number = 24.54616515.toFixed 2 #24.55