(3.141596).toFixed(2); // 3.14
let money = 1.6; money.toFixed(2); // 1.60
var discount = Math.round((100 - (price / listprice) * 100) * 100) / 100;