Changeset 786 for branches/f4grobner/termlist.lisp
- Timestamp:
- 2015-06-08T22:33:08-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/termlist.lisp
r785 r786 148 148 (let ((s (funcall (ring-add ring) (termlist-lc p) (termlist-lc q)))) 149 149 (unless (funcall (ring-zerop ring) s) ;check for cancellation 150 (setf r (cons (make-term (termlist-lm p)s) r)))150 (setf r (cons (make-term :monom (termlist-lm p) :coeff s) r))) 151 151 (setf p (cdr p) q (cdr q)))) 152 152 (lm-greater
Note:
See TracChangeset
for help on using the changeset viewer.