Changeset 2746 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-20T19:02:05-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2745 r2746 146 146 (defmacro def-add/subtract-method (method-name 147 147 (&key 148 ( :doc-string nil doc-string-supplied-p)148 (doc-string nil doc-string-supplied-p) 149 149 (subtract-p nil))) 150 150 "This macro avoids code duplication for two similar operations: ADD-TO and SUBTRACT-FROM."
Note:
See TracChangeset
for help on using the changeset viewer.