Boost logo

Boost :

Subject: Re: [boost] RFC: Multiprecision arithmetic library
From: Andrii Sydorchuk (sydorchuk.andriy_at_[hidden])
Date: 2011-12-26 12:44:59


>
> Is there a place, where I can read your code to see, how you have
> implemented that?

Yes:
https://svn.boost.org/svn/boost/sandbox/gtl/boost/polygon/detail/voronoi_robust_fpt.hpp
The two classes you are interested in are:
1) fpt_exponent_accessor - provides access (read/write) to double exponent
bits.
2) extended_exponent_fpt - the extended exponent floating-point (double)
type class itself.
This part of code is lacking documentation as it was recently added.

Andrii

On Mon, Dec 26, 2011 at 5:28 PM, thijs_at_[hidden] <thijs_at_[hidden]> wrote:

> I've also run into the need of decimal base representations for
> applications in the financial sector, and remember this proposal:
>
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1977.html
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


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