Find the decimal precision of a given number
npm install precision> Find the decimal precision of a given number
```
$ npm install --save precision
`js`
var precision = require('precision')
precision(1.123)
//=> 3
#### precision(value)
##### value
Required
Type: number`
MIT © Ben Drucker