isinf
Overloads
| Name | Description |
|---|---|
isinf(const RealArray arr) -> BoolArray | Checks if each element of the RealArray arr is infinite. |
isinf(const ComplexArray arr) -> BoolArray | Checks if each element of the ComplexArray arr is infinite. |
isinf(const RealArray arr) -> BoolArray
Checks if each element of the RealArray arr is infinite.
Parameters
- arr: The input RealArray.
isinf(const ComplexArray arr) -> BoolArray
Checks if each element of the ComplexArray arr is infinite.
Parameters
- arr: The input ComplexArray.