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