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 2500


Ignore:
Timestamp:
2015-06-19T11:29:02-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2488 r2500  
    107107  self)
    108108
    109 
    110 (defgeneric add-to (self other)
    111   (:method ((self poly) (other poly))))
    112 
    113 (defgeneric subtract-from (self other)
    114   (:method ((self poly) (other poly))))
    115 
    116 (defmethod unary-uminus (self))
     109(defmethod add-to ((self poly) (other poly))
     110
     111(defmethod subtract-from ((self poly) (other poly)))
     112
     113(defmethod unary-uminus ((self poly)))
    117114
    118115#|
Note: See TracChangeset for help on using the changeset viewer.