Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce695a commit 807354fCopy full SHA for 807354f
1 file changed
Doc/lib/libfuncs.tex
@@ -259,6 +259,9 @@ \section{Built-in Functions \label{built-in-funcs}}
259
\var{b} + \var{a} \%{} \var{b}} is very close to \var{a}, if
260
\code{\var{a} \%{} \var{b}} is non-zero it has the same sign as
261
\var{b}, and \code{0 <= abs(\var{a} \%{} \var{b}) < abs(\var{b})}.
262
+
263
+ \versionchanged[Using \function{divmod()} with complex numbers is
264
+ deprecated]{2.3}
265
\end{funcdesc}
266
267
\begin{funcdesc}{enumerate}{iterable}
0 commit comments