isInfinite

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.