MicrOS
erf.c File Reference
#include "../math.h"

Functions

double erf (double x)
 Compute error function. More...
 

Function Documentation

◆ erf()

double erf ( double  x)

Compute error function.

The erf functions compute the error function of x.

Parameters
xParameter for the error function.
Returns
Error function value for x.