/* 1 1 cube root */ double nf_cbrt(const Node *n, const Cell *c) { return cbrt( eval_tree( Right(n), c) ); }