Skip to content

Commit

Permalink
doc/libraries_ref_guide/LibDoc: Complex: Add documentation for cmplxC…
Browse files Browse the repository at this point in the history
…onj.

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
  • Loading branch information
edowson authored and quark17 committed Feb 5, 2023
1 parent ad84a83 commit 034050d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/libraries_ref_guide/LibDoc/Complex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,21 @@ \subsubsection{Complex}
\end{tabular}
\end{center}
\index{cmplxConj@\te{cmplxConj} (complex function)}
\begin{center}
\begin{tabular}{|p{.7 in}|p{4.8 in}|}
\hline
&\\
\te{cmplxConj}&Negates the imaginary part.\\
&\\
\cline{2-2}
&\begin{libverbatim}
function Complex#(a_type) cmplxConj( Complex#(a_type) cin ) ;
\end{libverbatim}
\\ \hline
\end{tabular}
\end{center}
\index{cmplxWrite@\te{cmplxWrite} (complex function)}
\begin{center}
\begin{tabular}{|p{.7 in}|p{4.8 in}|}
Expand Down

0 comments on commit 034050d

Please sign in to comment.