Boost logo

Boost :

Subject: Re: [boost] RFC: Multiprecision arithmetic library
From: Ioannis Papadopoulos (ipapadop_at_[hidden])
Date: 2011-12-22 12:45:51


On 12/22/2011 7:41 AM, John Maddock wrote:
> Folks,
>
> I'd like to get some feedback on a multiprecision arithmetic library
> I've been preparing for possible Boost inclusion. The code is in the
> sandbox under the "big_number" directory. Docs can be viewed online
> here:
> http://svn.boost.org/svn/boost/sandbox/big_number/libs/multiprecision/doc/html/boost_multiprecision/intro.html

It looks really good!

One question: is it possible to an mp_number from one backend to another
one in some other backend (without having to go mp_number1 -> string ->
mp_number2 of course)?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk