complex (1) | template<class T> complex<T> conj (const complex<T>& x); |
---|
complex (1) | template<class T> complex<T> conj (const complex<T>& x); |
---|---|
arithmetic type (2) | complex<double> conj (ArithmeticType x); |
(real,imag)
is (real,-imag)
.
|
|
The conjugate of (10,2) is (10,-2) |