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: | Prelude |
---|---|
Function: | fromRational |
Type: | Fractional a => Rational -> a |
Class: | Fractional |
Description: | returns rational number |
Related: |
Input: fromRational 10.2
Output: 10.2
Input: fromRational 10
Output: 10.0