i1 : isConstant 3 o1 = true |
i2 : QQ[a,b][x,y]; |
i3 : isConstant (x+a-x) o3 = true |
i4 : isConstant x o4 = false |
/home/dan/src/M2/1.4/Macaulay2/m2/enginering.m2:601:29-601:65: --source code: isConstant RingElement := r -> liftable(r, coefficientRing ring r)