Changeset 1964 for branches/f4grobner
- Timestamp:
- 2015-06-15T19:26:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/termlist.lisp
r1961 r1964 64 64 (mapc #'(lambda (term) 65 65 (declare (type term term)) 66 (setf (term-monom term) (monom- ncontract (term-monom term) k)))67 66 (setf (term-monom term) (monom-contract (term-monom term) k))) 67 p)) 68 68 69 69 (defun termlist-extend (p &optional (m (make-monom :dimension 1)))
Note:
See TracChangeset
for help on using the changeset viewer.