$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: helmut.zeisel_at_[hidden]
Date: 2001-06-20 12:28:35
Is there any interest in an unlimited integer class?
I wrote an unlimited integer class
using the classical O(n**2) algorithms
for multiplication and division,
so it works reasonable fast up to some 100 decimal digits.
It implements all the boost::operators interface
and it should work as Integer type for boost::rational.
I tested it under NT/Visual C++ 6
and Linux/gcc 2.95,
the boost::rational combination,
however currently works only under gcc.
If there is interest, I can boostify and upload the code.
Helmut Zeisel