/* 1 1 hyperbolic tangent */ double nf_tanh(const Node *n, const Cell *c) { return tanh( eval_tree( Right(n), c) ); }