mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
This commit is contained in:
parent
0707fea5ee
commit
10e1bf2f64
9 changed files with 90 additions and 133 deletions
|
@ -97,11 +97,6 @@ carry the sign of \var{x}. The integer part is returned as a real.
|
|||
Return \code{\var{x}**\var{y}}.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{rint}{x, y}
|
||||
Return the integer nearest to \var{x} as a real.
|
||||
(Only available on platforms where this is in the standard C math library.)
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{sin}{x}
|
||||
Return the sine of \var{x}.
|
||||
\end{funcdesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue