ERF
Section: ¸®´ª½º ÇÁ·Î±×·¡¸Ó ¸Å´º¾ó (3)
Updated: 1993³â 6¿ù 25ÀÏ
Index
Return to Main Contents
 
À̸§
erf, erfc - ¿¡·¯ ÇÔ¼ö¿Í º¸¼ö ¿¡·¯ ÇÔ¼öµé
 
»ç¿ë¹ý
#include <math.h>
double erf(double x);
double erfc (double x);
 
¼³¸í
erf() ÇÔ¼ö´Â xÀÇ ¿¡·¯ ÇÔ¼ö¸¦ ¹ÝȯÇÑ´Ù.; ´ÙÀ½ ó·³ Á¤ÀǵǾî ÀÖ´Ù.
- erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt
- 
erfc() ÇÔ¼ö´Â 
xÀÇ º¸¼ö ¿¡·¯ ÇÔ¼ö¸¦ ¹ÝȯÇÑ´Ù. Áï 1.0 - erf(x) ÀÌ´Ù.
 
ȣȯ
SVID 3, BSD 4.3
 
°ü·Ã Ç׸ñ
exp(3)
 
¿ªÀÚ
Á¤°ÈÆ <skyeyes@soback.kornet.net>, 2001³â 5¿ù 24ÀÏ
 Index
- À̸§
- 
- »ç¿ë¹ý
- 
- ¼³¸í
- 
- ȣȯ
- 
- °ü·Ã Ç׸ñ
- 
- ¿ªÀÚ
- 
This document was created by
man2html,
using the manual pages.
Time: 08:07:01 GMT, March 25, 2004