mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Reworded fabs() for consistency with the others. Noted that all
return values are floats.
This commit is contained in:
parent
2b6dfec1cc
commit
a1af767c4d
1 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue