
30 Aug
2011
30 Aug
'11
7:51 p.m.
________________________________ From: Steven Maitlall <m.steven@gmail.com> To: boost@lists.boost.org Sent: Tuesday, August 30, 2011 9:18 PM Subject: Re: [boost] Name and Namespace for Potential Boost Extended Floating-Point I'm leaning towards ... namespace boost { namespace mpfp { // multi-precision floating point class real; class complex; } // mpfp } // boost That's a good one.We'll put it on the list. Thank you. Also, what does it mean for an integer type to be *multi-precision* ? Is it something along the lines of BigInt ? Yes it would be a big integer. But we're not working on it now. Maybe *precision* isn't right for integer types. Sincerely, Chris.