diff options
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 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} |