/* 1 1 floor */ double nf_floor(const Node *n, const Cell *c) { return floor( eval_tree( Right(n), c) ); }