/* 1 1 complementary error function */ double nf_erfc(const Node *n, const Cell *c) { return erfc( eval_tree( Right(n), c) ); }