[Numpy-tickets] [NumPy] #730: long doubles display differently than the other float types
NumPy
numpy-tickets@scipy....
Wed Apr 9 13:28:45 CDT 2008
#730: long doubles display differently than the other float types
---------------------+------------------------------------------------------
Reporter: charris | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: Other | Version: none
Severity: minor | Keywords:
---------------------+------------------------------------------------------
{{{
In [6]: single('1.234')
Out[6]: 1.234
In [7]: double('1.234')
Out[7]: 1.234
In [8]: longdouble('1.234')
Out[8]: 1.233999999999999985789
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/730>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list