- Timestamp:
- 2015-06-19T10:42:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2464 r2465 59 59 (defgeneric insert (object item) 60 60 (:method ((self poly) (item (term))) 61 (push item (poly-termlist self)))) 61 (push item (poly-termlist self)) 62 self)) 62 63 63 64 ;; Leading term
Note:
See TracChangeset
for help on using the changeset viewer.