-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Parser/Serialiser for IEEE-754 floating-point values -- -- Convert Float and Decimal values to/from raw octets. @package data-binary-ieee754 @version 0.4.1 module Data.Binary.IEEE754 getFloat16be :: Get Float getFloat16le :: Get Float getFloat32be :: Get Float getFloat32le :: Get Float getFloat64be :: Get Double getFloat64le :: Get Double putFloat32be :: Float -> Put putFloat32le :: Float -> Put putFloat64be :: Double -> Put putFloat64le :: Double -> Put instance Show ByteCount instance Eq ByteCount instance Num ByteCount instance Ord ByteCount instance Real ByteCount instance Enum ByteCount instance Integral ByteCount instance Show BitCount instance Eq BitCount instance Num BitCount instance Ord BitCount instance Real BitCount instance Enum BitCount instance Integral BitCount instance Show Significand instance Eq Significand instance Num Significand instance Ord Significand instance Real Significand instance Enum Significand instance Integral Significand instance Bits Significand instance Show Exponent instance Eq Exponent instance Num Exponent instance Ord Exponent instance Real Exponent instance Enum Exponent instance Integral Exponent instance Bits Exponent instance Show Sign instance Show RawFloat