Test Std Round Function

var roundedNum = (Math.round( num * 100 ) / 100).toFixed( place );