Created 11 Jul 2001 at 22:10 UTC by sparkman.
Freshmeat page: http://freshmeat.net/projects/purenum/
Notes: Purenum is a C++ bignum library for programmers. Its unlimited-width Integer type works with all of the C++ math operators (+ and / and *= etc.) but unlike the int type there can never be overflow errors. Division by zero and running out of memory are catchable exceptions. Optimized inline code is used and the software Integer operations for single-width values run almost as quickly as hardware int operations do. An Array type provides for resizeable arrays of bignums.
License: public domain
This project has the following developers:
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!