Safe Haskell | None |
---|---|
Language | Haskell2010 |
ProductMixAuction.DotBids.Frac2
Documentation
Represents an arbitrary-size fixed-point value with a fractional part of exactly 1 bit. In other words, this type can accurately represent multiples of 0.5.
unsafeFromFrac2 :: Frac2 -> Integer Source #