OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / LDP_man-pages / 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 2007-12-26 "" "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 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 .BR cerf ()
41 ´Ø¿ô¤Ï¸íº¹´Ø¿ô¤ÎÊ£ÁÇ¿ôÈǤǤ¢¤ê¡¢
42 .TP
43 erf(z) = 2/sqrt(pi) * exp(\-t*t) dt ¤Î 0 ¤«¤é z ¤Þ¤Ç¤ÎÀÑʬ
44 .PP
45 ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤ë¡£
46 .\"O The function
47 .\"O .BR cerfc ()
48 .\"O is defined as cerfc(z) = 1\-cerf(z).
49 .BR cerfc ()
50 ´Ø¿ô¤ÎÄêµÁ¤Ï cerfc(z) = 1-cerf(z) ¤Ç¤¢¤ë¡£
51 .\"O .\" must check 1/sqrt(2*pi) ?
52 .\" 1/sqrt(2*pi) ¤Î¥Á¥§¥Ã¥¯¤ò¤·¤Ê¤¯¤Æ¤â¤¤¤¤¤Î¡©
53 .\"O .SH "CONFORMING TO"
54 .SH ½àµò
55 .\"O The function names are reserved for future use in C99.
56 ´Ø¿ô̾¤Ï C99 ¤Çº£¸å»ÈÍѤ¹¤ë¤¿¤á¤ËͽÌ󤵤ì¤Æ¤¤¤ë¡£
57 .\"O .SH AVAILABILITY
58 .SH ²ÄÍÑÀ­
59 .\"O Not yet in glibc, as at version 2.8.
60 .\"O .\" But reserved in NAMESPACE.
61 ¥Ð¡¼¥¸¥ç¥ó 2.8 »þÅÀ¤Ç¤Ï¡¢glibc ¤Ë¤Ï¤Þ¤À¼ÂÁõ¤µ¤ì¤Æ¤¤¤Ê¤¤¡£
62 .\" ¤·¤«¤·¡¢Ì¾Á°¶õ´Ö¤ÏͽÌóºÑ¤Ç¤¢¤ë¡£
63 .\"O .SH "SEE ALSO"
64 .SH ´ØÏ¢¹àÌÜ
65 .BR erf (3),
66 .BR complex (7)