Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-100488: Add is_integer method to fractions.Fraction#100489
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The documentation guarantees that denominator is in lowest term. It doesn't make any explicit guarantee about being positive, but |
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.
(But let's wait for Mark to also give feedback.)
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.
LGTM; one reST markup nitpick.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
is_integer
to fractions.Fraction #100488