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 a bug where integer results of integer division are always returned as fractions #1141

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

chrisrink10
Copy link
Member

Fixes #1140

@chrisrink10 chrisrink10 changed the title Fix/integer division Fix a bug where integer results of integer division are always returned as fractions Nov 22, 2024
@chrisrink10 chrisrink10 merged commit 8fcc065 into main Nov 22, 2024
12 checks passed
@chrisrink10 chrisrink10 deleted the fix/integer-division branch November 22, 2024 19:03
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.

Integer division always returns a fractions.Fraction even if the result is a whole integer
1 participant