OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / cerf.3
index e34fa99..97a9f11 100644 (file)
@@ -1,48 +1,38 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated 2003-07-24, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
-.\" Updated 2005-02-26, Akihiro MOTOKI
+.\"*******************************************************************
 .\"
-.\"WORD:       error function          誤差関数
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH CERF 3 2010-09-12 "" "Linux Programmer's Manual"
+.\"*******************************************************************
+.TH CERF 3 2010\-09\-12 "" "Linux Programmer's Manual"
 .SH 名前
 cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- 複素数の誤差関数
 .SH 書式
-.B #include <complex.h>
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex cerf(double complex " z );
+\fBdouble complex cerf(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex cerff(float complex " z );
+\fBfloat complex cerff(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex cerfl(long double complex " z );
+\fBlong double complex cerfl(long double complex \fP\fIz\fP\fB);\fP
 .sp
-.BI "double complex cerfc(double complex " z );
+\fBdouble complex cerfc(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex cerfcf(float complex " z );
+\fBfloat complex cerfcf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex cerfcl(long double complex " z );
+\fBlong double complex cerfcl(long double complex \fP\fIz\fP\fB);\fP
 .sp
 \fI\-lm\fP でリンクする。
 .SH 説明
-(未実装の)
-.BR cerf ()
-関数は誤差関数の複素数版であり、
-.TP
-erf(z) = 2/sqrt(pi) * exp(\-t*t) dt の 0 から z までの積分
-.PP
-で定義されている。
-.BR cerfc ()
-関数の定義は cerfc(z) = 1-cerf(z) である。
-.\" 1/sqrt(2*pi) のチェックをしなくてもいいの?
+.\" must check 1/sqrt(2*pi) ?
+(未実装の)  \fBcerf\fP()  関数は誤差関数の複素数版であり、 erf(z) = 2/sqrt(pi) * exp(\-t*t) dt の 0
+から z までの積分 で定義されている。 \fBcerfc\fP()  関数の定義は cerfc(z) = 1\-cerf(z) である。
 .SH 準拠
 関数名は C99 で今後使用するために予約されている。
 .SH 可用性
+.\" But reserved in NAMESPACE.
 バージョン 2.12 時点では、glibc にはまだ実装されていない。
-.\" しかし、名前空間は予約済である。
 .SH 関連項目
-.BR erf (3),
-.BR complex (7)
+\fBerf\fP(3), \fBcomplex\fP(7)