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

Skip to content

Commit 26b698f

Browse files
committed
Document <complex #>.conjugate().
1 parent 15988fd commit 26b698f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/lib/libstdtypes.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
231233
Notes:

0 commit comments

Comments
 (0)