close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2740


Ignore:
Timestamp:
2015-06-20T18:52:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2739 r2740  
    144144
    145145
    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))
    147149  "This macro avoids code duplication for two similar operations: ADD-TO and SUBTRACT-FROM."
    148150  `(defmethod ,method-name ((self poly) (other poly))
Note: See TracChangeset for help on using the changeset viewer.