return Math.round(n*100+((n*1000)%10>4?1:0))/(Math.pow(100,2)).toFixed(decimals);