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