-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. #18604
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. #18604
Conversation
f30f482
to
bd7e068
Compare
Codecov Report
@@ Coverage Diff @@
## master #18604 +/- ##
=======================================
Coverage 82.06% 82.07%
=======================================
Files 1955 1955
Lines 584068 584073 +5
Branches 44458 44459 +1
=======================================
+ Hits 479334 479353 +19
+ Misses 95110 95095 -15
- Partials 9624 9625 +1
Continue to review full report at Codecov.
|
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; a couple of suggested wording tweaks in the documentation.
Co-Authored-By: Mark Dickinson <dickinsm@gmail.com>
Thanks, Serhiy! |
Thank you for your review Mark! |
https://bugs.python.org/issue39648