/* 1 1 extract exponent */ double nf_logb(const Node *n, const Cell *c) { return logb( eval_tree( Right(n), c) ); }