erfcc

double erfcc(double x);

Returns the complementary error function erfc(x), 1 - erf(x), with fractional error everywhere less than 1.2 · 10-7.

Parameters:
xValue to evaluate function at.

Returns:
erfc(x)

Header:
#include "mathx.h"