Correct docs for long(float).

This commit is contained in:
Tim Peters 2001-09-30 06:18:26 +00:00
parent 8b13b3ede2
commit 1c33daf143
1 changed files with 1 additions and 2 deletions

View File

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