Annotated edit history of
erfc(3) version 1 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
ERF |
|
|
2 |
!!!ERF |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
CONFORMING TO |
|
|
7 |
SEE ALSO |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
erf, erfc - error function and complementary error function |
|
|
13 |
!!SYNOPSIS |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
__#include |
|
|
17 |
__ ''x''__); |
|
|
18 |
double erfc (double__ ''x''__); |
|
|
19 |
__ |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
The __erf()__ function returns the error function of |
|
|
24 |
''x''; defined as |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) |
|
|
28 |
dt |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
The __erfc()__ function returns the complementary error |
|
|
32 |
function of ''x'', that is 1.0 - erf(x). |
|
|
33 |
!!CONFORMING TO |
|
|
34 |
|
|
|
35 |
|
|
|
36 |
SVID 3, BSD 4.3 |
|
|
37 |
!!SEE ALSO |
|
|
38 |
|
|
|
39 |
|
|
|
40 |
exp(3) |
|
|
41 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.