Namensräume
Varianten

conjf, conj, conjl

Aus cppreference.com

<metanoindex/>

 
 
 
Arithmetik mit komplexen Zahlen
Arten und der imaginäre konstant
Original:
Types and the imaginary constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulation
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Power und Exponentialfunktionen
Original:
Power and exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Trigonometrische Funktionen
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Hyperbolische Funktionen
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
definiert in Header <complex.h>
float complex conjf( float complex z );
double complex conj( double complex z );
long double complex conjl( long double complex z );
Berechnet den Komplexkonjugierten z durch Umkehrung des Vorzeichens des Imaginärteils .
Original:
Computes the complex conjugate of z by reversing the sign of the imaginary part.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parameter

z -
komplexe Argument
Original:
complex argument
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Rückgabewert

Die Komplexkonjugierten z .
Original:
The complex conjugate of z.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Beispiel