Changeset 4518 for branches/f4grobner/polynomial-sugar.lisp
- Timestamp:
- 2016-06-17T12:34:36-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial-sugar.lisp
r4517 r4518 91 91 (reinitialize-instance new :termlist (mapc #'(lambda (trm) (change-class trm 'term)) (poly-termlist new)))) 92 92 93 94 93 (defmethod add-to ((self poly-with-sugar) (other poly-with-sugar)) 95 94 "Sugar value of the sum of two polynomials, SELF and OTHER, is by definition
Note:
See TracChangeset
for help on using the changeset viewer.