-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
gh-150534: Add C23 half-turn trigonometric *pi functions
#150555
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
Open
jepler
wants to merge
24
commits into
python:main
Choose a base branch
from
jepler:c23-math-pifuns
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ad12476
Add *pi functions to math module
jepler 03808d6
Add news item and remove testing code
jepler e9ec2b6
tests: Add math_testcases for the new *pi functions
jepler bb57325
fix discussion of atan2pi
jepler 7650fa5
fix wrongly changed m_sinpi
jepler 86de1c0
regenerate autoconf files with `make regen-configure`
jepler be980bf
remove accidentally-committed code
jepler d3254cd
mathdata: Add +-inf, nan tests for new functions
jepler 6d8dd17
test_math: Let "mtestfile" test 2-arg functions
jepler 0c7fdfb
math_testcases: Add testcases for atan2pi
jepler aa93326
These are now tested in math_testcases.txt
jepler e0ede77
Add whatsnew entry for math module changes
jepler 694f479
Correct doc typos (atanpi2 -> atan2pi)
jepler ab68cdc
Correct comment about which standard this conforms to
jepler 359ac19
Add 'versionadded' notes to new functions
jepler 6cec4b8
Use float constants, not expressions, for simple values.
jepler d66a2c3
as x is finite, regular comparisons can be used here
jepler dcc5040
Merge remote-tracking branch 'origin/main' into c23-math-pifuns
jepler 1f98ce6
remove comment about glibc
jepler 12fcd24
Update comments based on review.
jepler 56da6fc
math_methods: Re-sort and conform to surrounding spacing
jepler 0e1ba52
Apply suggestions from code review
jepler c763c61
Update Modules/mathmodule.c
jepler e243ce3
apply lint fix
jepler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.