Possible Duplicate:
Is there a bignum library for JavaScript?
How to deal with big numbers in javascript
I need a JavaScript library to manipulate big integers. It should support all the basic arithmetic operations and comparators.
I need a JavaScript library to manipulate big integers. It should support all the basic arithmetic operations and comparators. |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You could look at these: BigInteger would probably be my first choice. bignumber.js deals with decimal numbers as well. javascript-bignum also supports quadratic numbers, just in case you need them as well. |
|||||||
|