1.0.0 • Published 3 years ago

@rasta-alex/bignumbers v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

Dec2radix

A Node.js library which you can use to get the sum of two numbers of any size.

Install

With npm:

npm i @rasta-alex/bigNumbers

Usage

const bigNumbers = require('@rasta-alex/bigNumbers');

const number = bigNumbers('123', '321'); // '444';

const bigNum = bigNumbers(Array(100).fill('1'), Array(100).fill('2')); 
// Array(100).fill('3').join('').toString()

License

MIT