File: ctanh.3

package info (click to toggle)
manpages-de 0.7-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,188 kB
  • ctags: 9
  • sloc: makefile: 83; perl: 61
file content (52 lines) | stat: -rw-r--r-- 1,763 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH CTANH 3 "11. August 2008" "" Linux\-Programmierhandbuch
.SH BEZEICHNUNG
ctanh, ctanhf, ctanhl \- der komplexe Tangens Hyperbolicus
.SH ÜBERSICHT
\fB#include <complex.h>\fP
.sp
\fBdouble complex ctanh(double complex \fP\fIz\fP\fB);\fP
.br
\fBfloat complex ctanhf(float complex \fP\fIz\fP\fB);\fP
.br
\fBlong double complex ctanhl(long double complex \fP\fIz\fP\fB);\fP
.sp
Linken Sie mit der Option \fI\-lm\fP.
.SH BESCHREIBUNG
Der Tangens Hyperbolicus ist mathematisch definiert als:
.nf

    ctanh(z) = csinh(z) / ccosh(z)
.fi
.SH VERSIONEN
Diese Funktionen kamen erstmals in glibc 2.1 vor.
.SH "KONFORM ZU"
C99.
.SH "SIEHE AUCH"
\fBcabs\fP(3), \fBccosh\fP(3), \fBcsinh\fP(3), \fBcomplex\fP(7)
.SH KOLOPHON
Diese Seite ist Teil der Veröffentlichung 3.25 des Projekts
Linux\-\fIman\-pages\fP. Eine Beschreibung des Projekts und Informationen, wie
Fehler gemeldet werden können, finden sich unter
http://www.kernel.org/doc/man\-pages/.

.SH ÜBERSETZUNG
Die deutsche Übersetzung dieser Handbuchseite wurde von
Maik Messerschmidt <Maik.Messerschmidt@gmx.net>
und
Martin E. Schauer <Martin.E.Schauer@gmx.de>
erstellt.

Diese Übersetzung ist Freie Dokumentation; lesen Sie die
GNU General Public License Version 3 oder neuer bezüglich der
Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen.

Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden,
schicken Sie bitte eine E-Mail an <debian-l10n-german@lists.debian.org>.