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