Changeset 3349 for branches/f4grobner
- Timestamp:
- 2015-06-23T11:45:48-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3348 r3349 90 90 91 91 (defmethod update-instance-for-different-class ((old monom) (new poly) &key) 92 (change-class old 'term) 93 (call-next-method)) 92 (call-next-method (change-class old 'term))) 94 93 95 94 (defmethod r-equalp ((self poly) (other poly))
Note:
See TracChangeset
for help on using the changeset viewer.