File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,11 +221,13 @@ \subsection{Numeric Types \label{typesnumeric}}
221221 \lineiii {long(\var {x})}{\var {x} converted to long integer}{(2)}
222222 \lineiii {float(\var {x})}{\var {x} converted to floating point}{}
223223 \lineiii {complex(\var {re},\var {im})}{a complex number with real part \var {re}, imaginary part \var {im}. \var {im} defaults to zero.}{}
224+ \lineiii {\var {c}.conjugate()}{conjugate of the complex number \var {c}}{}
224225 \lineiii {divmod(\var {x}, \var {y})}{the pair \code {(\var {x} / \var {y}, \var {x} \% {} \var {y})}}{(3)}
225226 \lineiii {pow(\var {x}, \var {y})}{\var {x} to the power \var {y}}{}
226227 \lineiii {\var {x} ** \var {y}}{\var {x} to the power \var {y}}{}
227228\end {tableiii }
228229\indexiii {operations on}{numeric}{types}
230+ \withsubitem {(complex number method)}{\ttindex {conjugate()}}
229231
230232\noindent
231233Notes:
You can’t perform that action at this time.
0 commit comments