summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmath.tex
Commit message (Collapse)AuthorAgeFilesLines
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Added descriptions for log() and log10().Fred Drake1998-01-221-8/+17
| | | | | | | Clarified that floor() and ceil() return reals. Same for the integer part returned by modf(). Some markup consistency changes.
* Typographical nits: Always set parameter names in \var{} in the running text.Fred Drake1998-01-091-3/+3
|
* Get rid of math mode in some places.Guido van Rossum1997-11-251-3/+3
|
* Restore the \seealso formatting that got lost when I updated the mathFred Drake1997-10-131-1/+3
| | | | module documentation.
* Fixed up formatting.Fred Drake1997-09-301-57/+92
|
* AMK's megapatch:Guido van Rossum1997-07-171-0/+5
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* hypot is now always supportedGuido van Rossum1996-02-121-3/+0
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-0/+4
| | | | | | | | | | | | | | | 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.
* add hypot()Guido van Rossum1994-10-201-0/+1
|
* Restructured library documentationGuido van Rossum1994-01-021-0/+70