
22 Dec
2011
22 Dec
'11
5:45 p.m.
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/ht...
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)?