/* 1 1 ceiling */ double nf_ceil(const Node *n, const Cell *c) { return ceil( eval_tree( Right(n), c) ); }