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

Functions

double erfc (double x)
 Compute complementary error function. More...
 

Function Documentation

◆ erfc()

double erfc ( double  x)

Compute complementary error function.

The erfc functions compute the complementary error function of x. A range error occurs if x is too large.

Parameters
xParameter for the complementary error function.
Returns
Complementary error function value for x.