/* 1 1 inverse hyperbolic sine */ double nf_asinh(const Node *n, const Cell *c) { return asinh( eval_tree( Right(n), c) ); }