Namespaces
Variants
Views
Actions

std::conj(std::complex)

From cppreference.com
< cpp‎ | numeric‎ | complex
Revision as of 13:40, 15 June 2012 by P12bot (Talk | contribs)

 
 
 
 
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

See also

Template:cpp/numeric/complex/dcl list absTemplate:cpp/numeric/complex/dcl list normTemplate:cpp/numeric/complex/dcl list polar