JavaScript convertit int en flotteur avec 2 décimales
float_num.toFixed(2);
Innocent Iguana
float_num.toFixed(2);
parseFloat("4").toFixed(2)
number = 24.54616515.toFixed 2 #24.55