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 3648


Ignore:
Timestamp:
2015-09-05T21:05:10-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3647 r3648  
    223223
    224224(defgeneric subtract-from (self other)
    225   (:documentation "Subtract OTHER from SELF."))
     225  (:documentation "Subtract OTHER from SELF.")
     226  (:method ((self number) (other number))
     227    (- self other)))
    226228
    227229
Note: See TracChangeset for help on using the changeset viewer.