diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 11389e65099..52bf3dfec1a 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)