This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Chris Saunders
This library is an Eiffel interface to "The GNU MP Bignum Library" (GMP) and the "MPFR Library"(MPFR).
This library allows you to do math on numbers of very high precision efficiently. The MPFR library is based on GMP and provides for more complex floating-point functions (sin, cos, exp, log...).
The distribution includes *.lib and *.h files that need to be added to an Eiffel Studio 5.7 project before it can be built. The *.lib files were built on Windows XP using MinGW and MSYS. For Unix-like systems the free GMP and MPFR libraries will need to be separately downloaded and built.
Functionality includes:
Raw C wrappers and Eiffel abstractions are included.