isnan
Overloads
| Name | Description |
|---|---|
isnan(const RealArray arr) -> BoolArray | Checks if each element of the RealArray arr is NaN (not a number). |
isnan(const ComplexArray arr) -> BoolArray | Checks 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
- arr: The input RealArray.
isnan(const ComplexArray arr) -> BoolArray
Checks if each element of the ComplexArray arr is NaN (not a number).
Parameters
- arr: The input ComplexArray.