| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Numeric.Limp.Rep.IntDouble
Description
Fixed/floating precision number representation
Documentation
A representation that uses native 64-bit ints and 64-bit doubles. Really, this should be 32-bit ints.
Instances
| Rep IntDouble Source # | |
| Enum (Z IntDouble) Source # | |
| Enum (R IntDouble) Source # | |
| Eq (Z IntDouble) Source # | |
| Eq (R IntDouble) Source # | |
| Fractional (R IntDouble) Source # | |
| Integral (Z IntDouble) Source # | |
| Num (Z IntDouble) Source # | |
| Num (R IntDouble) Source # | |
| Ord (Z IntDouble) Source # | |
| Ord (R IntDouble) Source # | |
| Real (Z IntDouble) Source # | |
| Real (R IntDouble) Source # | |
| RealFrac (R IntDouble) Source # | |
| Show (Z IntDouble) Source # | Define show manually, so we can strip out the Z and R prefixes. |
| Show (R IntDouble) Source # | |
| data Z IntDouble Source # | |
| data R IntDouble Source # | |