/* 1 1 base-2 exponential */ double nf_exp2(const Node *n, const Cell *c) { return exp2( eval_tree( Right(n), c) ); }