summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmath.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-02-12 23:14:36 (GMT)
committerGuido van Rossum <guido@python.org>1996-02-12 23:14:36 (GMT)
commit71b1815c1d1ed957bad675c5afa84f442c6585af (patch)
treeb81b544687f18e85153dc2d13e93e30be73c276b /Doc/lib/libmath.tex
parentd2966cb95a5c99f62694d86537d3d9df2c94561d (diff)
downloadcpython-71b1815c1d1ed957bad675c5afa84f442c6585af.zip
cpython-71b1815c1d1ed957bad675c5afa84f442c6585af.tar.gz
cpython-71b1815c1d1ed957bad675c5afa84f442c6585af.tar.bz2
hypot is now always supported
Diffstat (limited to 'Doc/lib/libmath.tex')
-rw-r--r--Doc/lib/libmath.tex3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex
index 6c6a90f..765fcdf 100644
--- a/Doc/lib/libmath.tex
+++ b/Doc/lib/libmath.tex
@@ -62,9 +62,6 @@ pattern than their C equivalents: they take a single argument and
return a pair of values, rather than returning their second return
value through an `output parameter' (there is no such thing in Python).
-The \code{hypot} function, which is not standard C, is not available
-on all platforms.
-
The module also defines two mathematical constants:
\iftexi
\begin{datadesc}{pi}