r_cnjg.c
Go to the documentation of this file.
1 #include "datatypes.h"
2 
3 void r_cnjg(complex *r, complex *z) {
4  r->r = z->r;
5  r->i = -(z->i);
6 }
r_cnjg
void r_cnjg(complex *r, complex *z)
Definition: r_cnjg.c:3
complex::i
real i
Definition: datatypes.h:12
datatypes.h
complex::r
real r
Definition: datatypes.h:12
complex
Definition: datatypes.h:12


control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:08