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 |
---|---|
Operator: | (/) |
Type: | Fractional a => a -> a -> a |
Class: | Fractional |
Priority: | 7 |
Description: | division |
Related: | div, quot, quotRem, recip, rem |
Keywords: | division |
Input: 3/5
Output: 0.6
Input: 13/(-5)
Output: -2.6