OSDN Git Service

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