numpy.isposinf(x, y=None)
Test element-wise for positive infinity, return result as bool array.
x : array_like
The input array.
y : array_like, optional
A boolean array with the same shape as x to store the result.
x
y : ndarray
A bool
联系方式: