- Timestamp:
- 2015-06-20T16:20:42-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2684 r2691 161 161 no consing, entirely reusing the sells of SELF and OTHER.") 162 162 163 (defmethod unary- uminus ((self poly))163 (defmethod unary-minus ((self poly)) 164 164 (mapc #'unary-uminus (poly-termlist self)) 165 165 self)
Note:
See TracChangeset
for help on using the changeset viewer.