mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough.
FRED, please check my monkey-see-monkey-do Tex fiddling!
This commit is contained in:
parent
53db8154e6
commit
78fc0b57df
3 changed files with 6 additions and 3 deletions
|
@ -60,7 +60,9 @@ Return the floor of \var{x} as a real.
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{fmod}{x, y}
|
||||
Return \code{\var{x} \%\ \var{y}}.
|
||||
Return \code{fmod(\var{x}, \var{y})}, as defined by the platform C library.
|
||||
Note that the Python expression \code{\var{x} \%\ \var{y}} may not return
|
||||
the same result.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{frexp}{x}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue