lib-large-number

1.0.15 • Public • Published

Build Status Coverage Status

NPM

This library is to solve the problem of loss of precision of the Number type due to the limitation of digits.

Install

npm i lib-large-number -S
import add from 'lib-large-number'
const result = add('99', '2'); 
console.log('result:', result); // 101

/lib-large-number/

    Package Sidebar

    Install

    npm i lib-large-number

    Weekly Downloads

    16

    Version

    1.0.15

    License

    ISC

    Unpacked Size

    12.3 kB

    Total Files

    12

    Last publish

    Collaborators

    • zyz82777