/* 1 1 hyperbolic cosine */ double nf_cosh(const Node *n, const Cell *c) { return cosh( eval_tree( Right(n), c) ); }