www.digitalmars.com         C & C++   DMDScript  

D - gmp for D - arbitrary precision arithmetic

hi all,

I've translated the header file for the GNU multi-precision arithmetic
library "gmp" to D and started on wrapper classes for the integer type
"mpz". I eventually want to also get to the rational and floating point
types mpq and mpf.
The zip file is available from
 http://home.comcast.net/~benhinkle/gmp-d.zip
I've also put the doxygen output on my web site for those who are interested
in seeing what kind of doc doxygen will make for D.
 http://home.comcast.net/~benhinkle/gmp-d/

let me know about any bugs or problems. I'll post again when I get further
along.
-Ben
Nov 08 2003