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 3884


Ignore:
Timestamp:
2016-05-28T21:25:52-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3883 r3884  
    276276    (subtract-from self (make-poly-constant (poly-dimension self) other))))
    277277
     278#|
    278279(defmacro def-add/subtract-method (add/subtract-method-name
    279280                                                uminus-method-name
     
    291292                                 ,(when uminus-method-name `(function ,uminus-method-name))))
    292293     self))
     294|#
    293295
    294296(defmethod unary-minus ((self poly))
Note: See TracChangeset for help on using the changeset viewer.