/* 1 1 round to integer, towards zero */ double nf_trunc(const Node *n, const Cell *c) { return trunc( eval_tree( Right(n), c) ); }