Changeset 2684 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-20T16:13:14-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2683 r2684 162 162 163 163 (defmethod unary-uminus ((self poly)) 164 (mapc # unary-uminus (poly-termlist self))164 (mapc #'unary-uminus (poly-termlist self)) 165 165 self) 166 166
Note:
See TracChangeset
for help on using the changeset viewer.