diff options
| author | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-08-10 04:23:30 +0000 |
|---|---|---|
| committer | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-08-10 04:23:30 +0000 |
| commit | 10e1bf2f64b77f3a71157c72de19265870cdeb5f (patch) | |
| tree | 4230ef139d940ff0fa2f56afdb5d1d6ec84e6bab /Doc/lib/libmath.tex | |
| parent | 0707fea5ee112da270a86b5a147f260d6c0e35ef (diff) | |
| download | cpython-git-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.gz | |
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
Diffstat (limited to 'Doc/lib/libmath.tex')
| -rw-r--r-- | Doc/lib/libmath.tex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index d057e862c5..598431bdf7 100644 --- a/Doc/lib/libmath.tex +++ b/Doc/lib/libmath.tex @@ -97,11 +97,6 @@ carry the sign of \var{x}. The integer part is returned as a real. Return \code{\var{x}**\var{y}}. \end{funcdesc} -\begin{funcdesc}{rint}{x, y} -Return the integer nearest to \var{x} as a real. -(Only available on platforms where this is in the standard C math library.) -\end{funcdesc} - \begin{funcdesc}{sin}{x} Return the sine of \var{x}. \end{funcdesc} |
