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