MicrOS
|
#include "../math.h"
Functions | |
long double | erfcl (long double x) |
Compute complementary error function. More... | |
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.
x | Parameter for the complementary error function. |