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/laurent.spad.pamphlet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/algebra/laurent.spad.pamphlet') diff --git a/src/algebra/laurent.spad.pamphlet b/src/algebra/laurent.spad.pamphlet index ab0417c1..1a162ede 100644 --- a/src/algebra/laurent.spad.pamphlet +++ b/src/algebra/laurent.spad.pamphlet @@ -506,13 +506,13 @@ UnivariateLaurentSeriesConstructor(Coef,UTS):_ empty? uu => (0$Coef) :: OUT n : NNI ; count : NNI := _$streamCount$Lisp for n in 0..count while not empty? uu repeat - if frst(uu) ^= 0 then + if frst(uu) ~= 0 then l := concat(termOutput((n :: I) + m,frst(uu),xxx),l) uu := rst uu if showAll?() then for n in (count + 1).. while explicitEntries? uu and _ not eq?(uu,rst uu) repeat - if frst(uu) ^= 0 then + if frst(uu) ~= 0 then l := concat(termOutput((n::I) + m,frst(uu),xxx),l) uu := rst uu l := -- cgit v1.2.3