[Numpy-tickets] [NumPy] #1004: round vs. numpy.round
NumPy
numpy-tickets@scipy....
Mon Feb 9 15:59:30 CST 2009
#1004: round vs. numpy.round
------------------------+---------------------------------------------------
Reporter: lxkain | Owner: somebody
Type: defect | Status: new
Priority: highest | Milestone: 1.3.0
Component: numpy.core | Version:
Severity: blocker | Keywords:
------------------------+---------------------------------------------------
I can't believe what I'm seeing! Version 1.2.1
>>> numpy.round(66873 * 0.5)
33436.0
>>> round(66873 * 0.5)
33437.0
>>> round(66875 * 0.5)
33438.0
>>> numpy.round(66875 * 0.5)
33438.0
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/1004>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list