Skip to content
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

Fix rational conditional #1142

Merged
merged 3 commits into from
May 30, 2024
Merged

Fix rational conditional #1142

merged 3 commits into from
May 30, 2024

Conversation

mborland
Copy link
Member

Closes: #1139

@mborland mborland merged commit bcd56ee into develop May 30, 2024
71 of 76 checks passed
@mborland mborland deleted the abs branch May 30, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

evaluate_rational should check for abs(x) <= 1 instead of x <= 1 when deciding to use 1/x instead of x.
1 participant