OSDN Git Service

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