versionadded

This commit is contained in:
Benjamin Peterson 2015-05-12 17:24:17 -04:00
parent 48e47aaa28
commit e960d18bb2
1 changed files with 2 additions and 0 deletions

View File

@ -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)