Non-member complex functions
-
operator+
- basicplx + basicplx.
-
operator-
- basicplx - basicplx.
-
operator*
- basicplx * basicplx.
-
operator*
- basicplx * float
-
operator*
- float * Complex
-
operator/
- basicplx / basicplx
-
operator/
- basicplx / float
-
operator<<
- Print a complex number to an output stream
-
template <class T> inline basicplx <T> cc(const basicplx<T>& x)
- complex conjugate
-
exp
- e to a complex power
-
log
- Natural logarithm of a complex number
-
Arg
- Argument of a complex number
-
arg
- Argument of a complex number
-
Real
- Real part of a complex number
-
Imag
- Imaginary part of a complex number
-
abs
- Absolute value of a complex number
-
sqrt
- Square root of a complex number
alphabetic index hierarchy of classes
generated by doc++