hfloat
Begin3
Title: hfloat
Description: hfloat (for 'huge float') is a library package
(coming as C++ code) for calculations with
floating point numbers of extreme precision.
It is optimised for computations with 1000...several
million digits. hfloat utilises FFT multiplication technique.
Included is the fxt-library, containing many
FFT-implementations, code for convolution, correlation etc.
Several algorithms for the computation of pi are implemented.
The computations can be done in (almost) arbitrary radix.
Documentation is in doc/
Example code for the usage of the library is in simpleex/
Keywords: bignum, arithmetic, fft, fht, ntt, pi, 3.1415
Author: arndt@jjj.de (Joerg Arndt)
Maintained-by: arndt@jjj.de (Joerg Arndt)
Primary-site: http://www.jjj.de/hfloat/
Original-site: http://www.jjj.de/hfloat/
Platforms: Unix with a C++ compiler (easy porting to any decent OS)
Copying-policy: GNU GENERAL PUBLIC LICENSE (GPL)
End