erffc

double erffc(double x);

Returns the complementary error function erfc(x), 1 - erf(x).

Parameters:
xValue to evaluate function at.

Returns:
erfc(x)

Header:
#include "mathx.h"