js-round

Library for rounding JS numbers


Keywords
js, round
License
ISC
Install
npm install js-round@0.0.3

Documentation

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