featurep & CRE



Should featurep do a ratdisrep?  Or is ratdisrep too spendy? Example:

(%i1) declare(me,even)$
(%i2) featurep(me^2,even);
(%o2) true                       <--- OK
(%i3) featurep(rat(me^2),even);
(%o3) false                      <--- could be true

Barton