You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both isposinf() and isneginf() return only return a boolean array. In contrast, both isinf() and isnan() return a numpy boolean for a scalar input and a numpy boolean array for array-like input.
Title changed from Both isposinf and isneginf return an array for a scalar input to Convert isposinf and isneginf from 'ufunclike' to proper ufunc objects by @mwiebe on 2011-03-23
Original ticket http://projects.scipy.org/numpy/ticket/876 on 2008-08-06 by @bsouthey, assigned to unknown.
Both isposinf() and isneginf() return only return a boolean array. In contrast, both isinf() and isnan() return a numpy boolean for a scalar input and a numpy boolean array for array-like input.
The text was updated successfully, but these errors were encountered: