GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ERF(3) FreeBSD Library Functions Manual ERF(3)

erf, erff, erfl, erfc, erfcf, erfclerror function operators

Math Library (libm, -lm)

#include <math.h>

double
erf(double x);

float
erff(float x);

long double
erfl(long double x);

double
erfc(double x);

float
erfcf(float x);

long double
erfcl(long double x);

These functions calculate the error function of x.

The (), (), and () functions calculate the error function of x; where

erf(x) = 2/sqrt(pi)∗integral from 0 to x of exp(-t∗t) dt.

The (), (), and () functions calculate the complementary error function of x; that is erfc() subtracts the result of the error function erf(x) from 1.0.

math(3)

The erf(), erff(), erfl(), erfc(), erfcf() and erfcl() functions conform to ISO/IEC 9899:1999 (“ISO C99”).

The erf() and erfc() functions appeared in 4.3BSD.

June 23, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.