- Timestamp:
- 2016-06-04T19:54:13-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4242 r4243 541 541 542 542 543 (defmethod update-instance-for-different-class :after ((old monom) (new term) &key coeff)543 (defmethod update-instance-for-different-class :after ((old monom) (new term) &key (coeff 1)) 544 544 "Converts OLD of class MONOM to a NEW of class TERM, initializing coefficient to COEFF." 545 545 (reinitialize-instance new :coeff coeff))
Note:
See TracChangeset
for help on using the changeset viewer.