Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 807354f

Browse files
committed
Add a note that divmod() with complex numbers is deprecated.
1 parent dce695a commit 807354f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/lib/libfuncs.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ \section{Built-in Functions \label{built-in-funcs}}
259259
\var{b} + \var{a} \%{} \var{b}} is very close to \var{a}, if
260260
\code{\var{a} \%{} \var{b}} is non-zero it has the same sign as
261261
\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}
262265
\end{funcdesc}
263266

264267
\begin{funcdesc}{enumerate}{iterable}

0 commit comments

Comments
 (0)