fixed-0.2.1: Signed 15.16 precision fixed point arithmetic
Numeric.Fixed
Synopsis
newtype Fixed Source
A signed 2s complement 15.16 scale fixed precision number
Constructors
Fields
Instances
fromFixed :: Fixed -> Double Source
toFixed :: Double -> Fixed Source