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

Functions

float erfcf (float x)
 Compute complementary error function. More...
 

Function Documentation

◆ erfcf()

float erfcf ( float  x)

Compute complementary error function.

The erfcf 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.