= private = protected
erfc(p1)
Calculates the complementary error function of x.
static VALUE math_erfc(VALUE obj, VALUE x) { Need_Float(x); return DBL2NUM(erfc(RFLOAT_VALUE(x))); }