/* 1 1 exponential */ double nf_exp(const Node *n, const Cell *c) { return exp( eval_tree( Right(n), c) ); }