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