Back to Numerical Arrays (NumPy)
np.isinf
Test element-wise for positive or negative infinity.
Syntax
np.isinf(x)
Description
Test element-wise for positive or negative infinity.
Parameters
| Name | Description |
|---|---|
| x | - Input array |
Returns
Promise<NDArray>