Format zu Präzision 2 JavaScript, wenn doppelt
(Math.round(num * 100) / 100).toFixed(2);
Selim Soufargi
(Math.round(num * 100) / 100).toFixed(2);