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