/* 1 1 round to nearest integer */ double nf_rint(const Node *n, const Cell *c) { return rint( eval_tree( Right(n), c) ); }