[NumPy-Tickets] [NumPy] #1776: Complex dividfe by zero returns NAN
NumPy Trac
numpy-tickets@scipy....
Fri Mar 18 10:56:57 CDT 2011
#1776: Complex dividfe by zero returns NAN
----------------------------+-----------------------------------------------
Reporter: ksmith13 | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.numarray | Version: 1.5.1
Keywords: divide by zero |
----------------------------+-----------------------------------------------
Dividing a complex numpy array by another with zero values returns nan +
nani instead of inf + infi
EX: np.array([1+4i, 2+3i]) / np.array([0.0, 0.0])
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1776>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list