Format ke Precision 2 JavaScript jika ganda
(Math.round(num * 100) / 100).toFixed(2);
Selim Soufargi
(Math.round(num * 100) / 100).toFixed(2);