js-round
v0.0.3
Published
Library for rounding JS numbers
Downloads
2
Readme
js-round
Library for correct rounding JS number
const {round} = require('js-round'); // import {round} from 'js-round';
const nubmer = round(123.456, 2);
assert number === 123.46