/* 1 1 natural logarithm */ double nf_log(const Node *n, const Cell *c) { return log( eval_tree( Right(n), c) ); }