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.
[edit] Parameters
z | - | complex value |
[edit] Return value
the complex conjugate of z
[edit] See also
returns the magnitude of a complex number (function template) | |
returns the squared magnitude (function template) | |
constructs a complex number from magnitude and phase angle (function template) |