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