/* 1 1 cosine */ double nf_cos(const Node *n, const Cell *c) { return cos( eval_tree( Right(n), c) ); }