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