up previous next
IsIntegralDomain    --    test whether a ring is integral


Syntax
IsIntegralDomain(R: RING): BOOL

Description
This function tests whether the ring R is integral.

Example
/**/ IsIntegralDomain(ZZ);
true
/**/ IsIntegralDomain(NewZZmod(6));
false

See Also