]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
authorananthan-123 <ananthakrishnan15.2001@gmail.com>
Wed, 19 Feb 2020 18:21:37 +0000 (23:51 +0530)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 18:21:37 +0000 (18:21 +0000)
commitf2ee21d858bc03dd801b97afe60ee2ea289e2fe9
tree7a35d8b02a53df4505d275b67bc56462cda33619
parent4dee92b0ad9f4e3ea2fbbbb5253340801bb92dc7
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)

* Update math.rst

* Update math.rst

* updated whats new

* Update test_math.py

* Update mathmodule.c

* Update mathmodule.c.h

* Update ACKS

* ðŸ“œðŸ¤– Added by blurb_it.

* Update 3.9.rst

* Update 2020-02-18-12-37-16.bpo-39479.j3UcCq.rst

* Update math.rst

* Update 2020-02-18-12-37-16.bpo-39479.j3UcCq.rst

* Update test_math.py

* Update ACKS

* Update mathmodule.c.h

* Update mathmodule.c

* Update mathmodule.c.h

* Update mathmodule.c.h

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/library/math.rst
Doc/whatsnew/3.9.rst
Lib/test/test_math.py
Misc/ACKS
Misc/NEWS.d/next/Library/2020-02-18-12-37-16.bpo-39479.j3UcCq.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c