]> granicus.if.org Git - python/commitdiff
hypot is now always supported
authorGuido van Rossum <guido@python.org>
Mon, 12 Feb 1996 23:14:36 +0000 (23:14 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Feb 1996 23:14:36 +0000 (23:14 +0000)
Doc/lib/libmath.tex
Doc/libmath.tex

index 6c6a90f9c0307757cee454c1902a0bc8ad622e2b..765fcdf5c6e77d7e8e0927408157ab57bbc64956 100644 (file)
@@ -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}
index 6c6a90f9c0307757cee454c1902a0bc8ad622e2b..765fcdf5c6e77d7e8e0927408157ab57bbc64956 100644 (file)
@@ -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}