/* 1 1 base 2 logarithm */ double nf_log2(const Node *n, const Cell *c) { return log2( eval_tree( Right(n), c) ); }