fixe to 2 decimal js code example Example: to 2 decimal places javascript var discount = Math.round((100 - (price / listprice) * 100) * 100) / 100;