Imported tab->space correction by redhat
[infodrom/manpages-de] / man3 / cimag.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\" Distributed under GPL
3 .\" Translated into German by Maik Messerschmidt (Maik.Messerschmidt@gmx.net)
4 .\"
5 .TH CIMAG 3 "6. April 2006" "" "Bibliotheksfunktionen"
6 .SH BEZEICHNUNG
7 cimag, cimagf, cimagl \- den Imaginärteil einer komplexen Zahl bestimmen
8 .SH "ÜBERSICHT"
9 .B #include <complex.h>
10 .sp
11 .BI "double cimag(double complex " z ");" 
12 .br
13 .BI "float cimagf(float complex " z ");"
14 .br
15 .BI "long double cimagl(long double complex " z ");"
16 .sp
17 Mit der Option \-lm linken.
18 .SH BESCHREIBUNG
19 Die Funktion
20 .BR cimag ()
21 gibt den Imaginärteil einer komplexen Zahl z zurück.
22 .LP
23 Es ergibt sich z = creal(z) + I*cimag(z).
24 .SH ANMERKUNG
25 Der gcc unterstützt auch __imag__.  Dies ist eine GNU-Erweiterung.
26 .SH KONFORM ZU
27 C99
28 .SH SIEHE AUCH
29 .BR cabs (3),
30 .BR creal (3),
31 .BR complex (5).