precision
v1.0.1
Published
Find the decimal precision of a given number
Downloads
187,056
Maintainers
Readme
precision 
Find the decimal precision of a given number
Install
$ npm install --save precisionUsage
var precision = require('precision')
precision(1.123)
//=> 3API
precision(value)
value
Required
Type: number
License
MIT © Ben Drucker
