- Timestamp:
- 2015-09-06T04:59:40-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3668 r3669 559 559 (setf (term-coeff self) (multiply-by (term-coeff self) other))) 560 560 561 562 561 (defmethod multiply-by :before ((self term) other) 563 562 (setf (term-coeff self) (multiply-by (term-coeff self) other)))
Note:
See TracChangeset
for help on using the changeset viewer.