summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 (GMT)
commit10e1bf2f64b77f3a71157c72de19265870cdeb5f (patch)
tree4230ef139d940ff0fa2f56afdb5d1d6ec84e6bab /Doc/lib
parent0707fea5ee112da270a86b5a147f260d6c0e35ef (diff)
downloadcpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.zip
cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.gz
cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.bz2
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libmath.tex5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex
index d057e86..598431b 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}