Changeset 2488 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-19T11:12:59-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2487 r2488 100 100 101 101 (defmethod multiply-by ((self poly) (other monom)) 102 (mapc #'(lambda (term) (multiply-by term monom)) (poly-termlist self))102 (mapc #'(lambda (term) (multiply-by term other)) (poly-termlist self)) 103 103 self) 104 104
Note:
See TracChangeset
for help on using the changeset viewer.