Changeset 4090 for branches/f4grobner
- Timestamp:
- 2016-06-01T09:58:00-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4086 r4090 565 565 exponents coeff)))) 566 566 567 (defmethod multiply-by ((self number) (other term))568 (reinitialize-instance other :coeff (multiply self (term-coeff other))))569 570 567 (defmethod multiply-by ((self term) (other number)) 571 568 (reinitialize-instance self :coeff (multiply (term-coeff self) other)))
Note:
See TracChangeset
for help on using the changeset viewer.