/* 1 1 square root */ double nf_sqrt(const Node *n, const Cell *c) { return sqrt( eval_tree( Right(n), c) ); }