@rasta-alex/bignumbers

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @rasta-alex/bignumbers

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.63 kB

Total Files

3

Last publish

Collaborators

  • rasta-alex