ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | Prelude | >> Ratio << | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
Module: | Ratio |
---|---|
Datatype: | Ratio |
Description: | |
Definition: | data (Integral a) => Ratio a = !a :% !a deriving (Eq) |
In function types: | a -> a -> Ratio a : (%) Ratio a -> a : denominator, numerator a -> a -> Rational : approxRational |