[issue26114] Rewrite math.erf() and math.erfc() from scratch

Mark Dickinson report at bugs.python.org
Fri Jan 15 04:20:46 EST 2016


Mark Dickinson added the comment:

@Serhiy: Sure, that would work (the same way that we do for log1p). I *think* I tried this at the time, but it turns out that some libm implementations of erf and erfc are pretty bad, so our tests failed. (But I may be misremembering.)

In any case, the proposal to use the libm erf/erfc should be a separate issue, I think.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26114>
_______________________________________


More information about the Python-bugs-list mailing list