From: Tim Peters Date: Sun, 30 Sep 2001 06:18:26 +0000 (+0000) Subject: Correct docs for long(float). X-Git-Tag: v2.2.1c1~1530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c33daf14330ad1ecdef574dcb40f409777247fd;p=python Correct docs for long(float). --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 2eca4662e7..8eccc828a6 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, ...}