std::conj(std::complex)
From cppreference.com
Defined in header <complex>
|
||
template< class T > complex<T> conj( const complex<T>& z ); |
||
Returns the complex conjugate of the complex number z
.
Parameters
z | - | complex value |
Return value
the complex conjugate of z