/* 1 1 base 10 logarithm */ double nf_log10(const Node *n, const Cell *c) { return log10( eval_tree( Right(n), c) ); }