- Timestamp:
- 2015-08-27T06:14:10-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3375 r3376 297 297 (add-to (copy-instance POLY1) (copy-instance POLY2))) 298 298 299 (defmethod r- ((poly1 poly) (poly2 poly)) 300 "Non-destructively subtract POLY1 and POLY2." 301 (subtract-from (copy-instance POLY1) (copy-instance POLY2))) 302 299 303 300 304 (defmethod r* ((poly1 poly) (poly2 poly))
Note:
See TracChangeset
for help on using the changeset viewer.