summaryrefslogtreecommitdiff
path: root/static/unix-v10/man3/erf.3
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man3/erf.3')
-rw-r--r--static/unix-v10/man3/erf.339
1 files changed, 39 insertions, 0 deletions
diff --git a/static/unix-v10/man3/erf.3 b/static/unix-v10/man3/erf.3
new file mode 100644
index 00000000..a146d686
--- /dev/null
+++ b/static/unix-v10/man3/erf.3
@@ -0,0 +1,39 @@
+.EQ
+delim $$
+.EN
+.TH ERF 3M
+.CT 2 math
+.SH NAME
+erf, erfc \(mi error function
+.SH SYNOPSIS
+.B #include <math.h>
+.PP
+.B double erf(x)
+.br
+.B double x;
+.PP
+.B double erfc(x)
+.br
+.B double x;
+.SH DESCRIPTION
+These functions calculate the error function
+.RI erf( x )
+.if n .ig
+$=~2 pi sup -1/2 int from 0 to x roman e sup -t sup 2 dt$
+..
+and the complementary error function
+.RI erfc( x )
+.if n .ig
+$=~ 1 - erf( x )$
+..
+\&.
+The error criterion for both
+.I erf
+and
+.I erfc
+is relative.
+.SH DIAGNOSTICS
+There are no error returns.
+.EQ
+delim off
+.EN