- Timestamp:
- 2015-08-27T06:12:51-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3350 r3374 294 294 295 295 (defmethod r* ((poly1 poly) (poly2 poly)) 296 "Non-destructively add POLY1 by POLY2." 297 (multiply-by (copy-instance POLY1) (copy-instance POLY2))) 298 299 300 (defmethod r* ((poly1 poly) (poly2 poly)) 296 301 "Non-destructively multiply POLY1 by POLY2." 297 302 (multiply-by (copy-instance POLY1) (copy-instance POLY2)))
Note:
See TracChangeset
for help on using the changeset viewer.