1.0.3 • Published 2 years ago

bigintegeradd v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

What is this?

In this module used to add Big or Long Integer.

Installation

npm i bigintegeradd --save

Then...

const {bigintegeradd} = require("bigintegeradd")

var a="34564893479"
var b="47934975474"

if(a.length>=b.length){
    console.log(bigintegeradd(a,b))
}
else
{
    bigintegeradd(b,a)
}

Add module to import project package.json

{ "type":"module" }

options

var a="234567899909" var b="678905432235"

or

var a="234567899909" var b="67890543223567886"

Long Integer value only.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago