-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Invalid value of longdouble finfo tiny & eps on some platforms (Trac #1059) #1657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@pv wrote on 2009-03-19 One downstream failing test punched out in r6697; remove the KNOWNFAIL when this bug is fixed. |
@pv wrote on 2009-03-19 Also this seems a bit dubious: Can long double |
@charris wrote on 2009-03-20 Re SPARC, long double is quad precision with 112 bit mantissa. So eps is probably in the range of 2e-34. |
@pv wrote on 2009-03-23 The SPARC issue should be fixed in r6715 - r6716. (Though it's not related to this ticket.) |
Milestone changed to |
Close this? The PPC long doubles are not ieee, I'm not even sure eps would have the conventional meaning. OTOH, it could be hard coded for that platform if it makes sense. |
Closing this in favor of #2669. |
Original ticket http://projects.scipy.org/numpy/ticket/1059 on 2009-03-19 by @pv, assigned to unknown.
On some platforms,
finfo
apparently reports bogus limits forlongdouble
:On the G5 Mac, the user reported:
Which means that both
eps
andtiny
are bogus. The latter is also negative.The text was updated successfully, but these errors were encountered: