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