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