Skip to content

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

Notifications You must be signed in to change notification settings

plibither8/big-number.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published