diff options
Diffstat (limited to 'Doc/library/math.rst')
-rw-r--r-- | Doc/library/math.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index da38305..a7dd4dd 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -88,8 +88,6 @@ Number-theoretic and representation functions: The accuracy of fsum() may be impaired on builds that use extended precision addition and then double-round the results. - .. versionadded:: 2.6 - .. function:: isinf(x) |