Skip to main content

isnan

Overloads

NameDescription
isnan(const RealArray arr) -> BoolArrayChecks if each element of the RealArray arr is NaN (not a number).
isnan(const ComplexArray arr) -> BoolArrayChecks if each element of the ComplexArray arr is NaN (not a number).

isnan(const RealArray arr) -> BoolArray

Checks if each element of the RealArray arr is NaN (not a number).

Parameters

isnan(const ComplexArray arr) -> BoolArray

Checks if each element of the ComplexArray arr is NaN (not a number).

Parameters