


![[top]](top.gif)
Synopsis:
See also:
Code:
-- ../../../Macaulay2/m2/quotring.m2:312-318
getZeroDivisor = R -> (
if R.?Engine and R.Engine then (
sendgg(ggPush R, gggetzerodivisor);
r := R.pop();
if r != 0 then r
)
)



![[top]](top.gif)