From 1c33daf14330ad1ecdef574dcb40f409777247fd Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 30 Sep 2001 06:18:26 +0000 Subject: [PATCH] Correct docs for long(float). --- Doc/lib/libfuncs.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 2eca4662e7b..8eccc828a61 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, ...}