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/M2/Macaulay2/m2/enginering.m2:662:29-662:65: --source code: isConstant RingElement := r -> liftable(r, coefficientRing ring r)