This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 mark.dickinson
收信人 mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
日期 2009-10-17.07:38:47
SpamBayes Score 0.0029544241
Marked as misclassified
Message-id <1255765128.69.0.26758050474.issue3366@psf.upfronthosting.co.za>
In-reply-to
内容
BTW, the gamma computation shouldn't be at all fragile, unless I've messed 
up somewhere:  the Lanczos sum is evaluated as a rational function in 
which both numerator and denominator have only positive coefficients, so 
there's little danger of nasty cancellations boosting the relative error.
I'd be surprised if use of fma instructions made more than 1 or 2 ulps 
difference to the result, but I'll take a look.
历史
日期 用户 动作 参数
2009-10-17 07:38:48mark.dickinson修改recipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano
2009-10-17 07:38:48mark.dickinson修改messageid: <1255765128.69.0.26758050474.issue3366@psf.upfronthosting.co.za>
2009-10-17 07:38:47mark.dickinson链接issue3366 messages
2009-10-17 07:38:47mark.dickinson创建