ZVON > References > Haskell reference
| 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

Example 1

Input: isInfinite 12

Output: False

Example 2

Input: isInfinite (3/0)

Output: True