mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
hypot is now always supported
This commit is contained in:
parent
d2966cb95a
commit
71b1815c1d
2 changed files with 0 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue