- Timestamp:
- 2015-08-27T18:09:59-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3430 r3431 328 328 (defmethod r+ ((poly1 monom) poly2) 329 329 "Non-destructively add POLY1 by POLY2." 330 (add-to (change-class (copy-instance POLY1) 'poly)331 (change-class (copy-instance POLY2) 'poly)))330 (add-to (change-class (copy-instance poly1) 'poly) 331 (change-class (copy-instance poly2) 'poly))) 332 332 333 333 (defmethod r- ((minuend monom) &rest subtrahends)
Note:
See TracChangeset
for help on using the changeset viewer.