OSDN Git Service

(split) LDP: Update drafts based on LDP v3.40.
[linuxjm/LDP_man-pages.git] / draft / man3 / ctanh.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\" Distributed under GPL
3 .\"
4 .\"*******************************************************************
5 .\"
6 .\" This file was generated with po4a. Translate the source file.
7 .\"
8 .\"*******************************************************************
9 .TH CTANH 3 2008\-08\-11 "" "Linux Programmer's Manual"
10 .SH 名前
11 ctanh, ctanhf, ctanhl \- 複素数の双曲線正接 (hyperbolic tangent)
12 .SH 書式
13 \fB#include <complex.h>\fP
14 .sp
15 \fBdouble complex ctanh(double complex \fP\fIz\fP\fB);\fP
16 .br
17 \fBfloat complex ctanhf(float complex \fP\fIz\fP\fB);\fP
18 .br
19 \fBlong double complex ctanhl(long double complex \fP\fIz\fP\fB);\fP
20 .sp
21 \fI\-lm\fP でリンクする。
22 .SH 説明
23 複素数の双曲線正接 (hyperbolic tangent) 関数は以下のように定義される。
24 .nf
25
26     ctanh(z) = csinh(z) / ccosh(z)
27 .fi
28 .SH バージョン
29 これらの関数は glibc バージョン 2.1 で初めて登場した。
30 .SH 準拠
31 C99.
32 .SH 関連項目
33 \fBcabs\fP(3), \fBcatanh\fP(3), \fBccosh\fP(3), \fBcsinh\fP(3), \fBcomplex\fP(7)
34 .SH この文書について
35 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
36 である。プロジェクトの説明とバグ報告に関する情報は
37 http://www.kernel.org/doc/man\-pages/ に書かれている。