mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
copyright.tex: Add 1995 to copyright message.
lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote.
This commit is contained in:
parent
e5f8b60429
commit
31cce97374
26 changed files with 134 additions and 40 deletions
|
@ -44,6 +44,7 @@ They are:
|
|||
\code{floor(\varvars{x})},
|
||||
\code{fmod(\varvars{x\, y})},
|
||||
\code{frexp(\varvars{x})},
|
||||
\code{hypot(\varvars{x\, y})},
|
||||
\code{ldexp(\varvars{x\, y})},
|
||||
\code{log(\varvars{x})},
|
||||
\code{log10(\varvars{x})},
|
||||
|
@ -61,6 +62,9 @@ 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