]> granicus.if.org Git - python/commit
bpo-26121: Use C library implementation for math functions: (#515)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Mar 2017 21:37:16 +0000 (23:37 +0200)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 11 Mar 2017 21:37:16 +0000 (21:37 +0000)
commit97553fdf9daa8231eb05a1ca9933a2b03b0bdad0
treea024012326de65c7ddec71e30464a170952c1933
parentc5d3bfea0b0bba34bc3cd517a12153e189c80556
bpo-26121: Use C library implementation for math functions: (#515)

* bpo-26121: Use C library implementation for math functions:
tgamma(), lgamma(), erf() and erfc().

* Don't use tgamma() and lgamma() from libc on OS X.
Doc/whatsnew/3.7.rst
Misc/NEWS
Modules/mathmodule.c