@hackage qd1.0.2.1
double-double and quad-double number type via libqd
Categories
License
BSD-3-Clause
Maintainer
claude@mathr.co.uk
Links
Versions
Installation
Dependencies (2)
Dependents (5)
@hackage/gruff-examples, @hackage/gmndl, @hackage/acme-everything, @hackage/gruff, @hackage/qd-vec
This package supports both a double-double datatype (approx. 32 decimal digits) and a quad-double datatype (approx. 64 decimal digits), using libqd (which is implemented in C++ with C and Fortran wrappers). To compile this package you need libqd to be installed.
and Numeric.QD.DoubleDouble.DoubleDouble
are strict tuples of Numeric.QD.QuadDouble.QuadDoubleCDoubles, with instances of:
, BinDecode, DecimalFormat, Eq, Floating, Fractional,
Num, Ord, Read, Real, RealFrac, Show, Storable.Typeable
Additional note: libqd depends on 64bit doubles, while some FPU architectures use 80bit. When using the Unsafe modules this might cause erroneous results; the Safe modules (used by the instances above) set and restore the FPU flags in foreign code to avoid race conditions from pre-emptive Haskell threading.