Commit 1c33daf1 authored by Tim Peters's avatar Tim Peters

Correct docs for long(float).

parent 8b13b3ed
......@@ -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, ...}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment