Menu

Tree [r10] /
 History

HTTPS access


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

Read Me

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).
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.