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