Kleine Korrekturen
[infodrom/manpages-de] / man3 / cimag.3
index a21db51..dfb212d 100644 (file)
@@ -9,21 +9,23 @@ cimag, cimagf, cimagl \- den Imagin
 .B #include <complex.h>
 .sp
 .BI "double cimag(double complex " z ");" 
-.sp
+.br
 .BI "float cimagf(float complex " z ");"
-.sp
+.br
 .BI "long double cimagl(long double complex " z ");"
 .sp
 Mit der Option \-lm linken.
 .SH BESCHREIBUNG
-Die Funktion cimag() gibt den Imaginärteil einer komplexen Zahl z zurück.
+Die Funktion
+.BR cimag ()
+gibt den Imaginärteil einer komplexen Zahl z zurück.
 .LP
 Es ergibt sich z = creal(z) + I*cimag(z).
 .SH ANMERKUNG
-Der gcc unterstützt auch __imag__. Dies ist eine GNU-Erweiterung.
+Der gcc unterstützt auch __imag__.  Dies ist eine GNU-Erweiterung.
 .SH KONFORM ZU
 C99
 .SH SIEHE AUCH
 .BR cabs (3),
 .BR creal (3),
-.BR complex (5),
+.BR complex (5).