Changeset 2740 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-20T18:52:11-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2739 r2740 144 144 145 145 146 (defmacro def-additive-operation-method (method-name &optional (doc-string nil doc-string-supplied-p)) 146 (defmacro def-additive-operation-method (method-name 147 &optional 148 (doc-string nil doc-string-supplied-p)) 147 149 "This macro avoids code duplication for two similar operations: ADD-TO and SUBTRACT-FROM." 148 150 `(defmethod ,method-name ((self poly) (other poly))
Note:
See TracChangeset
for help on using the changeset viewer.