[Numpy-tickets] [NumPy] #630: If float('123.45') works, so should numpy.float32('123.45')
NumPy
numpy-tickets@scipy....
Sat Dec 22 14:58:27 CST 2007
#630: If float('123.45') works, so should numpy.float32('123.45')
-------------------------+--------------------------------------------------
Reporter: AndrewStraw | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: none
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by stefan):
That's strange. Over here I see:
{{{
In [1]: from numpy import float32; float32('1.2345')
Out[1]: 1.2345001
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/630#comment:5>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list