Changeset 2472 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-19T10:53:16-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2471 r2472 66 66 67 67 68 69 #|70 71 72 73 68 (defgeneric append-item (object item) 74 69 (:method ((self poly) (item term)) 75 70 (setf (cdr (last ((poly-termlist self)))) (list item)) 76 71 self)) 72 73 74 #| 75 77 76 78 77 ;; Leading term
Note:
See TracChangeset
for help on using the changeset viewer.