/* 1 1 gamma function */ double nf_tgamma(const Node *n, const Cell *c) { return tgamma( eval_tree( Right(n), c) ); }