NodeJSBigInteger Code
Status: Alpha
Brought to you by:
torguet
File | Date | Author | Commit |
---|---|---|---|
biginteger.cc | 2010-12-06 | torguet | [r6] Added the last method |
doc.pdf | 2010-12-11 | torguet | [r10] updated the documentation and added a pdf |
doc.tex | 2010-12-11 | torguet | [r10] updated the documentation and added a pdf |
doc.txt | 2010-12-07 | torguet | [r8] Updated the documentation file |
readme.txt | 2010-12-01 | torguet | [r1] First version of BigInteger |
test.js | 2010-12-06 | torguet | [r6] Added the last method |
wscript | 2010-12-01 | torguet | [r1] First version of BigInteger |
Readme for BigInteger for Node.js (http://nodejs.org/) This is an addon for Node.js that manages Big Integers (ie multiple precision integers). It uses the GMP library (http://gmplib.org/). Dependencies are: - Node.js v0.3.1 or v0.2.5 ; - gmplib v5.0.1. You should first download, configure and install both of them. Then you can build this addon by typing: node-waf configure && node-waf build And test by typing: node test.js License: LGPL. Author: Patrice Torguet (torguet@gmail.com).