/* 1 1 absolute value */ double nf_fabs(const Node *n, const Cell *c) { return fabs( eval_tree( Right(n), c) ); }