FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-101678: refactor the math module to use special functions from c11 by skirpichev · Pull Request #101679 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-101678: refactor the math module to use special functions from c11
- #101679
#101679
Merged
miss-islington
merged 13 commits into
python:main
python/cpython:main
from
skirpichev:math-c11
skirpichev/cpython:math-c11
Copy head branch name to clipboard
Feb 9, 2023
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-101678: refactor the math module to use special functions from c11
#101679
miss-islington
merged 13 commits into
python:main
python/cpython:main
from
skirpichev:math-c11
skirpichev/cpython:math-c11
Copy head branch name to clipboard
Commits
Commits on Feb 8, 2023
gh-101678: refactor the math module to use special functions from c11
skirpichev
committed
d202b5c
View commit details
Copy full SHA for d202b5c
Browse repository at this point
Use libc's lgamma/tgamma instead of custom implementations
skirpichev
committed
7d14105
View commit details
Copy full SHA for 7d14105
Browse repository at this point
Revert "Use libc's lgamma/tgamma instead of custom implementations"
Show description for 468096b
skirpichev
committed
468096b
View commit details
Copy full SHA for 468096b
Browse repository at this point
Comment on custom implementations of tgamma/lgamma
skirpichev
committed
5b75ef8
View commit details
Copy full SHA for 5b75ef8
Browse repository at this point
UPD commit msg: gh-101678: refactor the math module to use erf/erfc/log2 from c11
skirpichev
committed
538810d
View commit details
Copy full SHA for 538810d
Browse repository at this point
Commits on Feb 9, 2023
Grammar fix
Show description for fa76552
skirpichev
and
mdickinson
authored
fa76552
View commit details
Copy full SHA for fa76552
Browse repository at this point
Restore braces in m_log2 per PEP7
skirpichev
committed
42829cb
View commit details
Copy full SHA for 42829cb
Browse repository at this point
Merge branch 'main' into math-c11
skirpichev
committed
27334d8
View commit details
Copy full SHA for 27334d8
Browse repository at this point
Merge branch 'main' into math-c11
skirpichev
authored
c097545
View commit details
Copy full SHA for c097545
Browse repository at this point
Merge math_1_to_whatever() and math_1()
skirpichev
committed
47970e2
View commit details
Copy full SHA for 47970e2
Browse repository at this point
Provide context for log1p workaround
Show description for bebbc79
skirpichev
committed
bebbc79
View commit details
Copy full SHA for bebbc79
Browse repository at this point
Revert "Merge math_1_to_whatever() and math_1()"
Show description for ee5e689
skirpichev
committed
ee5e689
View commit details
Copy full SHA for ee5e689
Browse repository at this point
Fix issues prefixes
skirpichev
committed
06e9c8c
View commit details
Copy full SHA for 06e9c8c
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL