- Timestamp:
- 2016-05-27T18:00:09-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3748 r3749 261 261 (- self other))) 262 262 263 (def macro def-add/subtract-method (add/subtract-method-name264 265 266 263 (define-compiler-macro def-add/subtract-method (add/subtract-method-name 264 uminus-method-name 265 &optional 266 (doc-string nil doc-string-supplied-p)) 267 267 "This macro avoids code duplication for two similar operations: ADD-TO and SUBTRACT-FROM." 268 268 `(defmethod ,add/subtract-method-name ((self poly) (other poly))
Note:
See TracChangeset
for help on using the changeset viewer.