diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libfuncs.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 2eca466..8eccc82 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -489,8 +489,7 @@ the interpreter. Otherwise, the argument may be a plain or long integer or a floating point number, and a long integer with the same value is returned. Conversion of floating - point numbers to integers is defined by the C semantics; - see the description of \function{int()}. + point numbers to integers truncates (towards zero). \end{funcdesc} \begin{funcdesc}{map}{function, list, ...} |