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:
x | Value to evaluate function at. |
---|
Returns:
erfc(x)
Header:
#include "mathx.h"