OSDN Git Service

0197802285d682290000e7fe84d52cc39457d145
[linuxjm/LDP_man-pages.git] / draft / man3 / cerf.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\" Distributed under GPL
3 .\"
4 .\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
5 .\"         all rights reserved.
6 .\" Translated 2003-07-24, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
7 .\" Updated 2005-02-26, Akihiro MOTOKI
8 .\"
9 .\"WORD:        error function          誤差関数
10 .\"
11 .TH CERF 3 2010-09-12 "" "Linux Programmer's Manual"
12 .\"O .SH NAME
13 .SH 名前
14 .\"O cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- complex error function
15 cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- 複素数の誤差関数
16 .\"O .SH SYNOPSIS
17 .SH 書式
18 .B #include <complex.h>
19 .sp
20 .BI "double complex cerf(double complex " z );
21 .br
22 .BI "float complex cerff(float complex " z );
23 .br
24 .BI "long double complex cerfl(long double complex " z );
25 .sp
26 .BI "double complex cerfc(double complex " z );
27 .br
28 .BI "float complex cerfcf(float complex " z );
29 .br
30 .BI "long double complex cerfcl(long double complex " z );
31 .sp
32 .\"O Link with \fI\-lm\fP.
33 \fI\-lm\fP でリンクする。
34 .\"O .SH DESCRIPTION
35 .SH 説明
36 .\"O The (unimplemented) function
37 .\"O .BR cerf ()
38 .\"O is the complex version of the error function.
39 .\"O erf(z) = 2/sqrt(pi) * integral from 0 to z of exp(\-t*t) dt.
40 (未実装の)
41 .BR cerf ()
42 関数は誤差関数の複素数版であり、
43 .TP
44 erf(z) = 2/sqrt(pi) * exp(\-t*t) dt の 0 から z までの積分
45 .PP
46 で定義されている。
47 .\"O The function
48 .\"O .BR cerfc ()
49 .\"O is defined as cerfc(z) = 1\-cerf(z).
50 .BR cerfc ()
51 関数の定義は cerfc(z) = 1-cerf(z) である。
52 .\"O .\" must check 1/sqrt(2*pi) ?
53 .\" 1/sqrt(2*pi) のチェックをしなくてもいいの?
54 .\"O .SH "CONFORMING TO"
55 .SH 準拠
56 .\"O The function names are reserved for future use in C99.
57 関数名は C99 で今後使用するために予約されている。
58 .\"O .SH AVAILABILITY
59 .SH 可用性
60 .\"O Not yet in glibc, as at version 2.12.
61 .\"O .\" But reserved in NAMESPACE.
62 バージョン 2.12 時点では、glibc にはまだ実装されていない。
63 .\" しかし、名前空間は予約済である。
64 .\"O .SH "SEE ALSO"
65 .SH 関連項目
66 .BR erf (3),
67 .BR complex (7)