- Timestamp:
- 2015-06-20T19:20:10-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2757 r2758 170 170 self)) 171 171 172 (def-add/subtract-method add-to nil172 (def-add/subtract-method 'add-to nil 173 173 "Adds to polynomial SELF another polynomial OTHER. 174 174 This operation destructively modifies both polynomials. … … 176 176 no consing, entirely reusing the sells of SELF and OTHER.") 177 177 178 (def-add/subtract-method subtract-from unary-minus178 (def-add/subtract-method 'subtract-from unary-minus 179 179 "Subtracts from polynomial SELF another polynomial OTHER. 180 180 This operation destructively modifies both polynomials.
Note:
See TracChangeset
for help on using the changeset viewer.