*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: erf | Section: 3 | Source: Digital UNIX | File: erf.3.gz
erf(3) Library Functions Manual erf(3) NAME erf, erfc - Error functions LIBRARY Math Library (libm.a) SYNOPSIS #include <math.h> double erf (double x); float erff (float x); double erfc (double x); float erfcf (float x); STANDARDS Interfaces documented on this reference page conform to industry stan- dards as follows: erf(): XPG4 erfc(): XPG4 Refer to the standards(5) reference page for more information about in- dustry standards and associated tags. DESCRIPTION The erf() and erff() functions return the error function of x, where erf(x) and erff(x) equal (2/sqrt(pi)) times the area under the curve e**(-t**2) between 0 and x. The erfc() and erfcf() functions return (1.0 - erf(x)). The erfc() function can result in an underflow as x gets large. delim off erf(3)

Navigation Options