long double

Henning Thielemann lemming at henning-thielemann.de
Fri Aug 30 05:53:17 UTC 2019


On Fri, 30 Aug 2019, Dannyu NDos wrote:

> Could we implement IEEE quadruple-precision (binary128) format?

I think this is a pure Haskell implementation of the idea of representing 
high precision floats as sums of low precision floats:
    https://hackage.haskell.org/package/compensated


More information about the Libraries mailing list