|
DifComplex | operator+ (const DifComplex &a, const DifComplex &b) |
|
DifComplex | operator- (const DifComplex &a, const DifComplex &b) |
|
DifComplex | operator* (const DifComplex &a, const DifComplex &b) |
|
DifComplex | operator/ (const DifComplex &a, const DifComplex &b) |
|
bool | operator== (const DifComplex &a, const DifComplex &b) |
|
bool | operator!= (const DifComplex &a, const DifComplex &b) |
|
DifComplex | sin (const DifComplex &a) |
|
DifComplex | cos (const DifComplex &a) |
|
DifComplex | tan (const DifComplex &a) |
|
DifComplex | sec (const DifComplex &a) |
|
DifComplex | asin (const DifComplex &a) |
|
DifComplex | acos (const DifComplex &a) |
|
DifComplex | atan (const DifComplex &a) |
|
DifComplex | atan2 (const DifComplex &a, const DifComplex &b) |
|
DifComplex | exp (const DifComplex &a) |
|
DifComplex | cosh (const DifComplex &a) |
|
DifComplex | sinh (const DifComplex &a) |
|
DifComplex | tanh (const DifComplex &a) |
|
DifComplex | sqrt (const DifComplex &a) |
|
DifComplex | log (const DifComplex &a) |
|
DifComplex | pow (const DifComplex &a, const DifComplex &p) |
|
DifComplex | pow (const DifComplex &a, const DifNumber &p) |
|
DifComplex | cc (const DifComplex &a) |
|
DifComplex | fromPolar (const DifNumber &mag, const DifNumber &phase) |
|
Definition at line 32 of file DifComplex.h.