mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Document <complex #>.conjugate().
This commit is contained in:
parent
15988fdbbb
commit
26b698fa4d
1 changed files with 2 additions and 0 deletions
|
|
@ -221,11 +221,13 @@ comparison operations):
|
|||
\lineiii{long(\var{x})}{\var{x} converted to long integer}{(2)}
|
||||
\lineiii{float(\var{x})}{\var{x} converted to floating point}{}
|
||||
\lineiii{complex(\var{re},\var{im})}{a complex number with real part \var{re}, imaginary part \var{im}. \var{im} defaults to zero.}{}
|
||||
\lineiii{\var{c}.conjugate()}{conjugate of the complex number \var{c}}{}
|
||||
\lineiii{divmod(\var{x}, \var{y})}{the pair \code{(\var{x} / \var{y}, \var{x} \%{} \var{y})}}{(3)}
|
||||
\lineiii{pow(\var{x}, \var{y})}{\var{x} to the power \var{y}}{}
|
||||
\lineiii{\var{x} ** \var{y}}{\var{x} to the power \var{y}}{}
|
||||
\end{tableiii}
|
||||
\indexiii{operations on}{numeric}{types}
|
||||
\withsubitem{(complex number method)}{\ttindex{conjugate()}}
|
||||
|
||||
\noindent
|
||||
Notes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue