]> granicus.if.org Git - python/commitdiff
Reworded fabs() for consistency with the others. Noted that all
authorTim Peters <tim.peters@gmail.com>
Mon, 28 Apr 2003 21:32:03 +0000 (21:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 28 Apr 2003 21:32:03 +0000 (21:32 +0000)
return values are floats.

Doc/lib/libmath.tex

index dc917c6b60022a78699f8cf7092c06add10d49a9..a9cbc77d83c6c8ea80138e55341628c316fcb646 100644 (file)
@@ -17,7 +17,8 @@ complex result allows earlier detection of the unexpected complex
 number used as a parameter, so that the programmer can determine how
 and why it was generated in the first place.
 
-The following functions are provided by this module:
+The following functions are provided by this module.  Except
+when explicitly noted otherwise, all return values are floats:
 
 \begin{funcdesc}{acos}{x}
 Return the arc cosine of \var{x}.
@@ -56,7 +57,7 @@ Return \code{e**\var{x}}.
 \end{funcdesc}
 
 \begin{funcdesc}{fabs}{x}
-Return the absolute value of the floating point number \var{x}.
+Return the absolute value of \var{x}.
 \end{funcdesc}
 
 \begin{funcdesc}{floor}{x}