isInfinite -package:rio
base Prelude GHC.Float,
hedgehog Hedgehog.Internal.Prelude,
base-compat Prelude.Compat,
protolude Protolude Protolude.Base,
relude Relude.Numeric,
base-prelude BasePrelude,
classy-prelude ClassyPrelude,
Cabal-syntax Distribution.Compat.Prelude,
basic-prelude CorePrelude,
numhask NumHask.Prelude,
clash-prelude Clash.HaskellPrelude,
ghc-lib-parser GHC.Prelude.Basic,
prelude-compat Prelude2010,
ghc-internal GHC.Internal.Float,
dimensional Numeric.Units.Dimensional.Prelude,
rebase Rebase.Prelude,
xmonad-contrib XMonad.Config.Prime,
constrained-categories Control.Category.Constrained.Prelude Control.Category.Hask,
copilot-language Copilot.Language.Prelude,
LambdaHack Game.LambdaHack.Core.Prelude,
cabal-install-solver Distribution.Solver.Compat.Prelude,
faktory Faktory.Prelude,
verset Verset,
yesod-paginator Yesod.Paginator.Prelude,
distribution-opensuse OpenSuse.Prelude,
hledger-web Hledger.Web.Import,
termonad Termonad.Prelude True if the argument is an IEEE infinity or negative infinity
true if the argument is an IEEE infinity or negative infinity.
True if the representation of the argument is an IEEE infinity
or negative infinity.
>>> isInfinite (_1 / _0)
True
>>> isInfinite (42 *~ micro farad)
False
Return true for both infinity and negativeInfinity,
false for all other values.
isInfinite x returns True iff x is
PosInf or NegInf.
Returns whether a given quotient is an infinity (+/-).
Is the floating-point number infinity? (Note that both +oo and -oo
will satisfy this predicate.)
Check if a floating-point number is infinite.
Check if a symbolic floating-point number is infinite.
Specifies whether the parallelism is infinite. If true, "value" is
ignored. Infinite parallelism means the service will assume that the
work item can always be split into more non-empty work items by
dynamic splitting. This is a work-around for lack of support for
infinity by the current JSON-based Java RPC stack.