OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / LDP_man-pages / release / 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 2007-12-26 "" "Linux Programmer's Manual"
12 .SH Ì¾Á°
13 cerf, cerff, cerfl, cerfc, cerfcf, cerfcl \- Ê£ÁÇ¿ô¤Î¸íº¹´Ø¿ô
14 .SH ½ñ¼°
15 .B #include <complex.h>
16 .sp
17 .BI "double complex cerf(double complex " z );
18 .br
19 .BI "float complex cerff(float complex " z );
20 .br
21 .BI "long double complex cerfl(long double complex " z );
22 .sp
23 .BI "double complex cerfc(double complex " z );
24 .br
25 .BI "float complex cerfcf(float complex " z );
26 .br
27 .BI "long double complex cerfcl(long double complex " z );
28 .sp
29 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
30 .SH ÀâÌÀ
31 .BR cerf ()
32 ´Ø¿ô¤Ï¸íº¹´Ø¿ô¤ÎÊ£ÁÇ¿ôÈǤǤ¢¤ê¡¢
33 .TP
34 erf(z) = 2/sqrt(pi) * exp(\-t*t) dt ¤Î 0 ¤«¤é z ¤Þ¤Ç¤ÎÀÑʬ
35 .PP
36 ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤ë¡£
37 .BR cerfc ()
38 ´Ø¿ô¤ÎÄêµÁ¤Ï cerfc(z) = 1-cerf(z) ¤Ç¤¢¤ë¡£
39 .\" 1/sqrt(2*pi) ¤Î¥Á¥§¥Ã¥¯¤ò¤·¤Ê¤¯¤Æ¤â¤¤¤¤¤Î¡©
40 .SH ½àµò
41 ´Ø¿ô̾¤Ï C99 ¤Çº£¸å»ÈÍѤ¹¤ë¤¿¤á¤ËͽÌ󤵤ì¤Æ¤¤¤ë¡£
42 .SH ²ÄÍÑÀ­
43 ¥Ð¡¼¥¸¥ç¥ó 2.8 »þÅÀ¤Ç¤Ï¡¢glibc ¤Ë¤Ï¤Þ¤À¼ÂÁõ¤µ¤ì¤Æ¤¤¤Ê¤¤¡£
44 .\" ¤·¤«¤·¡¢Ì¾Á°¶õ´Ö¤ÏͽÌóºÑ¤Ç¤¢¤ë¡£
45 .SH ´ØÏ¢¹àÌÜ
46 .BR erf (3),
47 .BR complex (7)