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