diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-12 21:24:17 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-12 21:24:17 (GMT) |
commit | e960d18bb2f95654d8710df469b0d080a6d61070 (patch) | |
tree | 1f451bb9bdde0bcace559d00a122381493316ff8 /Doc | |
parent | 48e47aaa28d6dfdae128142ffcbc4b0642422e90 (diff) | |
download | cpython-e960d18bb2f95654d8710df469b0d080a6d61070.zip cpython-e960d18bb2f95654d8710df469b0d080a6d61070.tar.gz cpython-e960d18bb2f95654d8710df469b0d080a6d61070.tar.bz2 |
versionadded
Diffstat (limited to 'Doc')
-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) |