/* 1 1 tangent */ double nf_tan(const Node *n, const Cell *c) { return tan( eval_tree( Right(n), c) ); }