Changeset 2914 for branches/f4grobner
- Timestamp:
- 2015-06-21T12:40:21-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2913 r2914 170 170 self)) 171 171 172 (eval-when (:compile-toplevel :load-toplevel :execute)172 ;;(eval-when (:compile-toplevel :load-toplevel :execute) 173 173 174 174 (def-add/subtract-method add-to nil … … 184 184 no consing, entirely reusing the sells of SELF and OTHER.") 185 185 186 )186 ;; ) 187 187 188 188 (defmethod unary-minus ((self poly))
Note:
See TracChangeset
for help on using the changeset viewer.