An open API service indexing awesome lists of open source software.

https://github.com/plibither8/big-number.js

big-number.js is a calculator for arbitrarily large integers, for JavaScript.
https://github.com/plibither8/big-number.js

Last synced: about 2 months ago
JSON representation

big-number.js is a calculator for arbitrarily large integers, for JavaScript.

Awesome Lists containing this project

README

        

# big-number.js

### Big Number Arithmetic and Calculator for JavaScript

big-number.js is large number calculator for JavaScript.

This module can perform basic arithmetic operations - addition, subtraction, multiplication and (soon enough) division - on arbitrarily large integers. Theoretically, it can perform calculations on any integer smaller than infinity, but of course, the browser engine and memory capability of the user's machine might limit it to smaller integers.

In JavaScript, a string can theoretically be infinitely long, and this is what the module exploits in order to perform these tasks.