1.0.0 • Published 10 years ago
tofixed v1.0.0
toFixed
Converts a number into a string, keeping a specified number of decimals.
Install
$ npm install --save tofixed
Usage
var toFixed = require('tofixed');
// API
// - toFixed(number, precision)
toFixed(5.56789, 2);
// => '5.57'
Note: it will return a fixed number of at most precision
digits after the decimal.
Contributing
Pull requests and stars are highly welcome.
For bugs and feature requests, please create an issue.
1.0.0
10 years ago