/* 1 1 arc cosine */ double nf_acos(const Node *n, const Cell *c) { return acos( eval_tree( Right(n), c) ); }