fixed-round

1.0.2 • Public • Published

fixed-round

Math.round with fixed, formats a number using fixed-point notation and returns a number.

Build Status Coverage Status npm npm download

Usage

npm i --save fixed-round

var round = require('fixed-round');
// round(number, toFixed);
 
round(125.34567, 2); // 125.35
round(125.34567); // 125
round(125.34567, -1); // 130

License

ISC@hustcc.

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i fixed-round

    Weekly Downloads

    321

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    2 kB

    Total Files

    3

    Last publish

    Collaborators

    • atool