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

Functions

long double erfcl (long double x)
 Compute complementary error function. More...
 

Function Documentation

◆ erfcl()

long double erfcl ( long double  x)

Compute complementary error function.

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