-
Notifications
You must be signed in to change notification settings - Fork 29
cephes.stdtr(10, math.huge) = nan #18
Comments
The cut-off on my machine is 1e155: t7> return cephes.stdtr(10, 1e154)
1
t7> return cephes.stdtr(10, 1e155)
0.5
t7> |
Yikes... it's different for me, too:
On 2 Dec 2013, at 13:58, Julien Cornebise [email protected] wrote:
|
And we have the same cutoff: 10e153 = 1e154. |
Oh, oops! Sorry, I should've spotted that :-) On 2 Dec 2013, at 15:43, Julien Cornebise [email protected] wrote:
|
:-) The weird thing is that Cephes does not even generate an error! |
Yeah. I guess this may qualify as a Cephes bug, then… interestingly, scipy doesn't seem to have the problem! I can't see what they're doing differently right away though... On 2 Dec 2013, at 15:45, Julien Cornebise [email protected] wrote:
|
That's exactly what I'm looking for right now… On 2 Dec 2013, at 15:56, Dan Horgan [email protected] wrote:
|
scipy/scipy@d4e3e60 On 2 Dec 2013, at 15:57, Julien Cornebise [email protected] wrote:
|
Merging issue with #19 , which has unit tests to reproduce the problem. |
It should be 1.
I thought we had checked for this kind of problems: did I miss something?
The text was updated successfully, but these errors were encountered: