remove all occurence of math.rint() from the sources

(and yes, "Currintly" also counts <0.5 wink>)
This commit is contained in:
Peter Schneider-Kamp 2000-08-10 04:23:30 +00:00
parent 0707fea5ee
commit 10e1bf2f64
9 changed files with 90 additions and 133 deletions

View file

@ -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}