/* 1 2 positive difference */ double nf_fdim(const Node *n, const Cell *c) { Node *r = Right(n); return fdim( eval_tree( r, c), eval_tree( r->next, c) ); }