[NumPy-Tickets] [NumPy] #2077: Incorrect finfo from PPC longdouble
NumPy Trac
numpy-tickets@scipy....
Mon Mar 12 14:25:29 CDT 2012
#2077: Incorrect finfo from PPC longdouble
---------------------------+------------------------------------------------
Reporter: matthew.brett | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: |
---------------------------+------------------------------------------------
Comment(by charris):
The algorithm (which is kind of a mess) assumes an exponent/mantissa
format, while the PPC long double is implemented using two doubles. I'm
not even sure if eps really makes sense for it. I'd almost be inclined to
hard code these values except that they may depend on compiler flags.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2077#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list