diff options
-rw-r--r-- | Doc/library/math.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 11389e6..52bf3df 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) |