Subject: Re: [Boost-users] Handling big decimals
From: Alex MDC (alex.mdc_at_[hidden])
Date: 2008-11-05 18:03:11


2008/11/6 Steven Watanabe <watanabesj_at_[hidden]>
>
> Boost does not currently contain such a library.
>

Although I believe there is one currently in development? Have a search for
"boost mp_int" in the mailing list archives. I don't have any more useful
links on hand.

A few years ago when I needed big integers I used NTL (
http://www.shoup.net/ntl/), but I can't wait for something boosty to be
accepted :)

Alex