From 001e19b08ba7fb1b9e6f6bdb44a82ba3db3fc532 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 3 Apr 2008 04:23:42 +0000 Subject: Replace `^=' with `~='. --- src/algebra/modring.spad.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algebra/modring.spad.pamphlet') diff --git a/src/algebra/modring.spad.pamphlet b/src/algebra/modring.spad.pamphlet index 015a5c84..bfd9912a 100644 --- a/src/algebra/modring.spad.pamphlet +++ b/src/algebra/modring.spad.pamphlet @@ -85,7 +85,7 @@ ModularRing(R,Mod,reduction:(R,Mod) -> R, exQuo(x,y) == xm:=x.modulo - if xm ^=$Mod y.modulo then xm:=newmodulo(xm,y.modulo) + if xm ~=$Mod y.modulo then xm:=newmodulo(xm,y.modulo) r:=exactQuo(x.val,y.val,xm) r case "failed"=> "failed" [r::R,xm]$Rep -- cgit v1.2.3