/* 1 1 two-quadrant arctangent */ double nf_atan(const Node *n, const Cell *c) { return atan( eval_tree( Right(n), c) ); }