BigInt icon indicating copy to clipboard operation
BigInt copied to clipboard

Big Integer Library by Leemon

Results 5 BigInt issues
Sort by recently updated
recently updated
newest added

Now that JavaScript has BigInt as part of its standard library, I'm a little concerned that people might stumble upon this module in npm and use it when they are...

1. I cann't include your bigInt.js to html page, using ```html ``` The first error what there is displayed in console.log() is: Uncaught ReferenceError: str2bigInt is not defined So I...

http://www.leemon.com/crypto/BigInt.html

I'd like to download ts wrapper for BigInt from DefinetelyTyped (via typings install ...), but unfortunately its documentation says: > This code was detached from DefinitelyTyped to have repository unrestricted...

Module needs to export class-like constructor with conventional API. Like java BigInteger.