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: | isInfinite |
Type: | RealFloat a => a -> Bool |
Class: | RealFloat |
Description: | |
Related: | isDenormalized, isIEEE, isNaN, isNegativeZero |
Input: isInfinite 12
Output: False
Input: isInfinite (3/0)
Output: True