-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-26121: Use C library implementation for math functions: #515
bpo-26121: Use C library implementation for math functions: #515
Conversation
tgamma(), lgamma(), erf() and erfc().
@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rhettinger, @mdickinson, @tiran, @benjaminp and @tim-one to be potential reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy for this to be merged, provided that that merge is reverted if we encounter related issues on the buildbots.
Hmm, sorry. I take that back. After trying this branch on my own machine (OS X 10.9.5), I get the results below. The situation may have improved with more recent OS X releases, but I'd be mildly surprised if that were true. It looks as though at least using lgamma / tgamma on OS X should be avoided.
|
Whoops; I forgot which laptop I was working on. The OS is OS X 10.10.5. |
…6121-math-libc-funcs
…bpo-26121-math-libc-funcs
Okay, let's give it a go and see what happens. But if the buildbots show issues with |
Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 0.3.0 to 1.0.3. - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/pytest-aiohttp@v0.3.0...v1.0.3) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tgamma(), lgamma(), erf() and erfc().