Element-wise check if values are finite (not Inf, -Inf, or NaN).
Usage
nv_is_finite(operand)
# S3 method for class 'AnvlBox'
is.finite(x)Value
arrayish
Has the same shape as the input and boolean data type.
See also
prim_is_finite() for the underlying primitive.