Skip to content

bpo-39648: Expand math.gcd() and math.lcm() to handle multiple argume…#262

Merged
sthagen merged 1 commit intosthagen:masterfrom
python:master
Feb 23, 2020
Merged

bpo-39648: Expand math.gcd() and math.lcm() to handle multiple argume…#262
sthagen merged 1 commit intosthagen:masterfrom
python:master

Conversation

@sthagen
Copy link
Copy Markdown
Owner

@sthagen sthagen commented Feb 23, 2020

…nts. (pythonGH-18604)

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

  • Simplify fast path.

  • Difine lcm() without arguments returning 1.

  • Apply suggestions from code review

Co-Authored-By: Mark Dickinson [email protected]

Co-authored-by: Mark Dickinson [email protected]

…nts. (GH-18604)

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

* Simplify fast path.

* Difine lcm() without arguments returning 1.

* Apply suggestions from code review

Co-Authored-By: Mark Dickinson <[email protected]>

Co-authored-by: Mark Dickinson <[email protected]>
@sthagen sthagen merged commit 389031f into sthagen:master Feb 23, 2020
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.

2 participants