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

Functions

float erff (float x)
 Compute error function. More...
 

Function Documentation

◆ erff()

float erff ( float  x)

Compute error function.

The erff functions compute the error function of x.

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