DB
FunctionsMath

isfinite

Returns true when the input value is finite, and false for NaN or infinity.

isfinite(…) → Bool

Kind · scalar

Returns true when the input value is finite, and false for NaN or infinity.

Part of the Math family.