diff options
Diffstat (limited to 'src/algebra/gbeuclid.spad.pamphlet')
-rw-r--r-- | src/algebra/gbeuclid.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/gbeuclid.spad.pamphlet b/src/algebra/gbeuclid.spad.pamphlet index 95e7bb51..963e210b 100644 --- a/src/algebra/gbeuclid.spad.pamphlet +++ b/src/algebra/gbeuclid.spad.pamphlet @@ -252,7 +252,7 @@ EuclideanGroebnerBasisPackage(Dom, Expon, VarSet, Dpol): T == C where if xx2 = 1 then prinpolINFO(Pol) print(" THE GROEBNER BASIS over EUCLIDEAN DOMAIN"::Ex) - if xx1 = 1 and xx2 ~= 1 then + if xx1 = 1 and not one? xx2 then print(" THE GROEBNER BASIS over EUCLIDEAN DOMAIN"::Ex) H |