Quote:
>>Where is it in the FAQ Ben?
> 18.15d, as you'd find if you took the trouble to look yourself.
I'm sorry,
I was looking at the HTML version hosted at:
http://www.eskimo.com/~scs/C-faq/versions.html
But it's not up to date and question 18.5d isn't part of it yet. But I
was able to find it in a plain text version.
At least the software I sugested is part of the answer. So I guess it
worth the try.
I will copy the text here in case the original poster is also searching
the old version.
18.15d:
I need code for performing multiple precision arithmetic.
A:
Some popular packages are the "quad" functions within the BSD
Unix libc sources (ftp.uu.net, /systems/unix/bsd-sources/..../
/src/lib/libc/quad/*), the GNU MP library, the MIRACL package
(see http://indigo.ie/~mscott/ ), and the old Unix libmp.a.
See also questions 14.12 and 18.16.
References: Schumacher, ed., _Software Solutions in C_ Sec. 17
pp. 343-454.