mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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
|
return a pair of values, rather than returning their second return
|
||||||
value through an `output parameter' (there is no such thing in Python).
|
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:
|
The module also defines two mathematical constants:
|
||||||
\iftexi
|
\iftexi
|
||||||
\begin{datadesc}{pi}
|
\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
|
return a pair of values, rather than returning their second return
|
||||||
value through an `output parameter' (there is no such thing in Python).
|
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:
|
The module also defines two mathematical constants:
|
||||||
\iftexi
|
\iftexi
|
||||||
\begin{datadesc}{pi}
|
\begin{datadesc}{pi}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue