Kleine Anpassung
authorJoey Schulze <joey@infodrom.org>
Wed, 19 Apr 2006 11:09:41 +0000 (11:09 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 19 Apr 2006 11:09:41 +0000 (11:09 +0000)
man3/ctan.3
man3/ctanh.3
man3/pow.3
man3/pow10.3

index 4b8e479..66bad1c 100644 (file)
@@ -18,11 +18,11 @@ Mit der Option \-lm linken.
 .SH BESCHREIBUNG
 Der Tangens
 .BR ctan()
-einer komplexen Zahl z ist definiert durch ccos(z)/csin(z).
-.SH KONFORM ZU
+einer komplexen Zahl z ist definiert durch csin(z) / ccos(z).
+.SH "KONFORM ZU"
 C99
-.SH SIEHE AUCH
+.SH "SIEHE AUCH"
 .BR cabs (3),
 .BR ccos (3),
 .BR csin (3),
-.BR complex (5),
+.BR complex (5).
index 2a444cf..2d8f1c4 100644 (file)
@@ -17,13 +17,13 @@ ctanh, ctanhf, ctanhl \- der komplexe Tangens Hyperbolicus
 Mit der Option \-lm linken.
 .SH BESCHREIBUNG
 Der hyperbolische Tangens
-.BR ctan()
+.BR ctanh()
 einer komplexen Zahl z ist definiert durch
-cosh(z)/sinh(z).
-.SH KONFORM ZU
+sinh(z) / cosh(z).
+.SH "KONFORM ZU"
 C99
-.SH SIEHE AUCH
+.SH "SIEHE AUCH"
 .BR cabs (3),
 .BR ccosh (3),
 .BR csinh (3),
-.BR complex (5),
+.BR complex (5).
index 10954ba..9743bcc 100644 (file)
@@ -49,8 +49,8 @@ Mit der Option \-lm linken.
 Die
 .BR pow()
 Funktion gibt die
-.IR y
-te Potenz der Zahl
+.IR y \-te
+Potenz der Zahl
 .IR x
 zurück.
 .SH FEHLER
@@ -64,9 +64,9 @@ Das Argument
 ist negativ und
 .IR y
 ist keine ganze Zahl.  Das Ergebnis wäre eine komplexe Zahl.
-.SH KONFORM ZU
+.SH "KONFORM ZU"
 SVID 3, POSIX, BSD 4.3, ISO 9899.  
 Die float und long double Varianten werden vom C99-Standard verlangt.
-.SH SIEHE AUCH
+.SH "SIEHE AUCH"
 .BR cbrt (3),
-.BR sqrt (3),
+.BR sqrt (3).
index b3f5705..2b041d1 100644 (file)
@@ -41,14 +41,14 @@ Mit der Option \-lm linken.
 Die
 .BR pow10()
 Funktion gibt die
-.IR x
-te Potenz von 10 zurück.
-.SH KONFORM ZU
+.IR x \-te
+Potenz von 10 zurück.
+.SH "KONFORM ZU"
 Dies ist eine GNU-Erweiterung.
 .SH ANMERKUNG
 Diese Funktionen sind identisch mit jenen, welche unter
 .BR exp10 (3)
 aufgelistet sind.
-.SH SIEHE AUCH
+.SH "SIEHE AUCH"
 .BR exp10 (3),
-.BR pow (3),
+.BR pow (3).