From: Benjamin Peterson Date: Tue, 12 May 2015 21:24:17 +0000 (-0400) Subject: versionadded X-Git-Tag: v3.5.0b1~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e960d18bb2f95654d8710df469b0d080a6d61070;p=thirdparty%2FPython%2Fcpython.git versionadded --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 11389e650997..52bf3dfec1a2 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -107,6 +107,8 @@ Number-theoretic and representation functions positive integer that divides both *a* and *b*. ``gcd(0, 0)`` returns ``0``. + .. versionadded:: 3.5 + .. function:: isfinite(x)