1.0.2 • Published 8 years ago
parse-to-float v1.0.2
parse-to-float
Parsing number to float with two digits precision
Install
npm install parse-to-floatUsage
var parseToFloat = require('parse-to-float');
parseToFloat(123.1234, 3); // 123.123Unit tests
npm testLicence
The MIT Licence @ 2016