const arr1 = ((cumulativeElectric / 10) / (monthElectric / 10)).toFixed(2) * 100 + ""; console.log(Math.round(arr1 * 100) / 100);
var num = (num1/num2)*100+'%'; return Math.round(num * 100)/100;