summaryrefslogtreecommitdiff
path: root/Doc/library/math.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2014-02-16 12:09:35 -0500
committerAndrew Kuchling <amk@amk.ca>2014-02-16 12:09:35 -0500
commit3137885c363260e34b47d60a03a5464289ae796c (patch)
treefbe05bb8ebdbedd1fbe878a0f14b535d3079cf31 /Doc/library/math.rst
parent8cb1ec3274fff35a3613dd9fa8f0c99b4f472119 (diff)
downloadcpython-git-3137885c363260e34b47d60a03a5464289ae796c.tar.gz
#12211: remove paragraph about NaNs
Diffstat (limited to 'Doc/library/math.rst')
-rw-r--r--Doc/library/math.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index 0083409042..3c41672095 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -40,9 +40,6 @@ Number-theoretic and representation functions
*y*. On platforms that support signed zeros, ``copysign(1.0, -0.0)``
returns *-1.0*.
- If *x* is NaN, *y* is ignored and NaN is returned. If *y* is NaN,
- it is treated as positive: ``copysign(-1.0, NaN)`` returns 1.0.
-
.. function:: fabs(x)
Return the absolute value of *x*.