]> granicus.if.org Git - python/commit
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 May 2015 21:19:51 +0000 (00:19 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 May 2015 21:19:51 +0000 (00:19 +0300)
commit48e47aaa28d6dfdae128142ffcbc4b0642422e90
treef62918798a55edb3aa09e9c95ec92d965fc5283e
parentf0eeedf0d8ffff9d7ea8874e60992845595f091f
Issue #22486: Added the math.gcd() function.  The fractions.gcd() function now is
deprecated.  Based on patch by Mark Dickinson.
Doc/library/fractions.rst
Doc/library/math.rst
Include/longobject.h
Lib/fractions.py
Lib/test/test_fractions.py
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c
Objects/longobject.c