Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
erf(3)
Edit
PageHistory
Diff
Info
LikePages
ERF !!!ERF NAME SYNOPSIS DESCRIPTION CONFORMING TO SEE ALSO ---- !!NAME erf, erfc - error function and complementary error function !!SYNOPSIS __#include __ ''x''__); double erfc (double__ ''x''__); __ !!DESCRIPTION The __erf()__ function returns the error function of ''x''; defined as erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt The __erfc()__ function returns the complementary error function of ''x'', that is 1.0 - erf(x). !!CONFORMING TO SVID 3, BSD 4.3 !!SEE ALSO exp(3) ----
One page links to
erf(3)
:
Man3e
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.