- Timestamp:
- 2015-06-19T13:05:24-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2513 r2514 62 62 (defmethod insert-item ((self poly) (item term)) 63 63 (push item (poly-termlist self)) 64 self) )64 self) 65 65 66 66 (defmethod append-item ((self poly) (item term))
Note:
See TracChangeset
for help on using the changeset viewer.