Message92936
Thanks! The patch is against the trunk. (It doesn't quite apply cleanly
to py3k, but the changes needed to make it do so should be minimal.)
Hmm. Rereading my previous comment, I seem to have a blindness for
negative signs:
gamma(x) = -pi/sinpi(x)/x/gamma(x)
should have been
gamma(-x) = -pi/sinpi(x)/x/gamma(x)
and
(-256.0, 1/256.0] + [1/256.0, 256.0)
should have been
(-256.0, -1/256.0] + [1/256.0, 256.0) |
|
| Date |
User |
Action |
Args |
| 2009-09-21 13:04:33 | mark.dickinson | set | recipients:
+ mark.dickinson, rhettinger, terry.reedy, stutzbach, nirinA |
| 2009-09-21 13:04:32 | mark.dickinson | set | messageid: <[email protected]> |
| 2009-09-21 13:04:31 | mark.dickinson | link | issue3366 messages |
| 2009-09-21 13:04:31 | mark.dickinson | create | |
|