#include "complex.h"
#include <math.h>
#include "mathadd.h"
Go to the source code of this file.
Function Documentation
Complex complex |
( |
double |
re, |
|
|
double |
im | |
|
) |
| | |
constructor.
- Parameters:
-
| re | real part |
| im | imaginary part |
- Returns:
- Complex struct
Definition at line 30 of file complex.c.
absolute value of complex number.
Definition at line 72 of file complex.c.
complex addition.
Definition at line 39 of file complex.c.
bilinear transform of a complex number.
Definition at line 131 of file complex.c.
complex conjugate.
Definition at line 92 of file complex.c.
complex division.
this is
Definition at line 122 of file complex.c.
exponential function of a complex number.
this is
Definition at line 83 of file complex.c.
complex multiplication.
Definition at line 55 of file complex.c.
complex multiplication with real number.
Definition at line 64 of file complex.c.
complex negate.
Definition at line 99 of file complex.c.
complex square root.
Definition at line 107 of file complex.c.
complex subtraction.
Definition at line 47 of file complex.c.