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