function Intercept(row){ // console.log(row) // return Math.round(row * 100) return row.toFixed(2) } module.exports={ Intercept:Intercept }