- Timestamp:
- 2015-06-20T16:28:29-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2692 r2694 162 162 163 163 (defmethod unary-minus ((self poly)) 164 "Destructively modifies the coefficients of the polynomial SELF, 165 by changing their sign." 164 166 (mapc #'unary-minus (poly-termlist self)) 165 167 self)
Note:
See TracChangeset
for help on using the changeset viewer.