/* 1 1 sine */ double nf_sin(const Node *n, const Cell *c) { return sin( eval_tree( Right(n), c) ); }