OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man3 / cerf.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 CERF 3 2010\-09\-12 "" "Linux Programmer's Manual"
13 .SH 名前
14 cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- 複素数の誤差関数
15 .SH 書式
16 \fB#include <complex.h>\fP
17 .sp
18 \fBdouble complex cerf(double complex \fP\fIz\fP\fB);\fP
19 .br
20 \fBfloat complex cerff(float complex \fP\fIz\fP\fB);\fP
21 .br
22 \fBlong double complex cerfl(long double complex \fP\fIz\fP\fB);\fP
23 .sp
24 \fBdouble complex cerfc(double complex \fP\fIz\fP\fB);\fP
25 .br
26 \fBfloat complex cerfcf(float complex \fP\fIz\fP\fB);\fP
27 .br
28 \fBlong double complex cerfcl(long double complex \fP\fIz\fP\fB);\fP
29 .sp
30 \fI\-lm\fP でリンクする。
31 .SH 説明
32 .\" must check 1/sqrt(2*pi) ?
33 (未実装の)  \fBcerf\fP()  関数は誤差関数の複素数版であり、 erf(z) = 2/sqrt(pi) * exp(\-t*t) dt の 0
34 から z までの積分 で定義されている。 \fBcerfc\fP()  関数の定義は cerfc(z) = 1\-cerf(z) である。
35 .SH 準拠
36 関数名は C99 で今後使用するために予約されている。
37 .SH 可用性
38 .\" But reserved in NAMESPACE.
39 バージョン 2.12 時点では、glibc にはまだ実装されていない。
40 .SH 関連項目
41 \fBerf\fP(3), \fBcomplex\fP(7)
42 .SH この文書について
43 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
44 である。プロジェクトの説明とバグ報告に関する情報は
45 http://www.kernel.org/doc/man\-pages/ に書かれている。