[Numpy-tickets] [NumPy] #984: machar_single and machar_double don't exist anymore
NumPy
numpy-tickets@scipy....
Wed Jan 14 01:55:31 CST 2009
#984: machar_single and machar_double don't exist anymore
------------------------------------+---------------------------------------
Reporter: LevGivon | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: numpy.lib | Version: 1.1.1
Severity: normal | Resolution: fixed
Keywords: machar, single, double |
------------------------------------+---------------------------------------
Changes (by stefan):
* status: new => closed
* resolution: => fixed
Comment:
Thank you, I have removed those references in r6321. You can now obtain
floating point information using
{{{
print np.finfo(np.float32)
print np.finfo(np.float64)
}}}
and integer information with
{{{
print np.iinfo(int)
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/984#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list