hypot is now always supported

This commit is contained in:
Guido van Rossum 1996-02-12 23:14:36 +00:00
parent d2966cb95a
commit 71b1815c1d
2 changed files with 0 additions and 6 deletions

View 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}

View 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}