@rasta-alex/bignumbers
v1.0.0
Published
A Node.js library which you can use to get the sum of two numbers of any size.
Downloads
1
Readme
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