- Timestamp:
- 2016-05-27T21:57:40-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3793 r3794 534 534 535 535 (defmethod update-instance-for-different-class :before ((old monom) (new term) &key (coeff 1)) 536 "Converts OLD of class MONOM to a NEW of class TERM ."536 "Converts OLD of class MONOM to a NEW of class TERM, initializing coefficient to COEFF." 537 537 (reinitialize-instance new :coeff coeff)) 538 538
Note:
See TracChangeset
for help on using the changeset viewer.