bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. by serhiy-storchaka · Pull Request #18604 · python/cpython · GitHub
Skip to content

bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. - #18604

Merged
mdickinson merged 4 commits into
python:masterfrom
serhiy-storchaka:math-gcd-lcm-multiarg
Feb 23, 2020
Merged

mdickinson merged 4 commits into
python:masterfrom
serhiy-storchaka:math-gcd-lcm-multiarg

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Feb 22, 2020

Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka changed the title Expand math.gcd() and math.lcm() to handle multiple arguments. bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. Feb 22, 2020
@codecov

codecov Bot commented Feb 22, 2020

Copy link
Copy Markdown

@mdickinson mdickinson left a comment

Copy link
Copy Markdown
Member

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.

Comment thread Doc/library/math.rst Outdated
Comment thread Doc/library/math.rst Outdated
Comment thread Doc/library/math.rst Outdated
Comment thread Doc/library/math.rst Outdated
Comment thread Modules/mathmodule.c
Co-Authored-By: Mark Dickinson <dickinsm@gmail.com>
@mdickinson
mdickinson merged commit 559e7f1 into python:master Feb 23, 2020
@mdickinson

Copy link
Copy Markdown
Member

Thanks, Serhiy!

@serhiy-storchaka

Copy link
Copy Markdown
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants