aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/allfact.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/allfact.spad.pamphlet')
-rw-r--r--src/algebra/allfact.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/allfact.spad.pamphlet b/src/algebra/allfact.spad.pamphlet
index ccc9497d..3289cbc6 100644
--- a/src/algebra/allfact.spad.pamphlet
+++ b/src/algebra/allfact.spad.pamphlet
@@ -171,7 +171,7 @@ MPolyCatRationalFunctionFactorizer(E,OV,R,PRF) : C == T
ground? g => g
rf:PRF:=0$PRF
ug:=univariate(g,x)
- while ug^=0 repeat
+ while ug~=0 repeat
rf:=rf+pushdterm(ug,x)
ug := reductum ug
rf