Neue Übersetzung von Maik Messerschmidt <maik.messerschmidt@gmx.net>
[infodrom/manpages-de] / man3 / ctanh.3
diff --git a/man3/ctanh.3 b/man3/ctanh.3
new file mode 100644 (file)
index 0000000..2a444cf
--- /dev/null
@@ -0,0 +1,29 @@
+.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\" Distributed under GPL
+.\" Translated into German by Maik Messerschmidt (Maik.Messerschmidt@gmx.net)
+.\"
+.TH CTANH 3 "6. April 2006" "" "Bibliotheksfunktionen"
+.SH BEZEICHNUNG
+ctanh, ctanhf, ctanhl \- der komplexe Tangens Hyperbolicus
+.SH "ÜBERSICHT"
+.B #include <complex.h>
+.sp
+.BI "double complex ctanh(double complex " z ");"
+.br
+.BI "float complex ctanhf(float complex " z );
+.br
+.BI "long double complex ctanhl(long double complex " z ");"
+.sp
+Mit der Option \-lm linken.
+.SH BESCHREIBUNG
+Der hyperbolische Tangens
+.BR ctan()
+einer komplexen Zahl z ist definiert durch
+cosh(z)/sinh(z).
+.SH KONFORM ZU
+C99
+.SH SIEHE AUCH
+.BR cabs (3),
+.BR ccosh (3),
+.BR csinh (3),
+.BR complex (5),