exp-extended-0.2: floating point with extended exponent range

Safe HaskellSafe
LanguageHaskell2010

Numeric.ExpExtended.Internal

Description

Internal stuff.

Synopsis

Documentation

data Cache a Source #

Cache of useful magic values.

Constructors

Cache 

Fields

cacheDefault :: RealFloat a => Cache a Source #

Calculate the magic values at a type.

minExponent :: Int Source #

Minimum exponent.

As small as possible without requiring more expensive overflow checks.

maxExponent :: Int Source #

Maximum exponent.

As big as possible without requiring more expensive overflow checks.