-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Signed 15.16 precision fixed point arithmetic -- @package fixed @version 0.1 module Numeric.Fixed -- | A signed 2s complement 15.16 scale fixed precision number newtype Fixed Fixed :: CInt -> Fixed getFixed :: Fixed -> CInt fromFixed :: Fixed -> Float toFixed :: Float -> Fixed instance Typeable Fixed instance Eq Fixed instance Ord Fixed instance Storable Fixed instance RealFloat Fixed instance Floating Fixed instance RealFrac Fixed instance Real Fixed instance Fractional Fixed instance Bounded Fixed instance Enum Fixed instance Num Fixed instance Show Fixed