``` var numberFormat = require('format-number'); var n = 1.4551915228366852e-11; console.log(numberFormat({ round: 2 })(n)); // 1.46 instead of 0 ```