diff options
Diffstat (limited to 'Doc/lib/libmath.tex')
-rw-r--r-- | Doc/lib/libmath.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index f4fd2f2..c20fd7f 100644 --- a/Doc/lib/libmath.tex +++ b/Doc/lib/libmath.tex @@ -95,6 +95,7 @@ Return \code{\var{x}**\var{y}}. \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} |