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 3433


Ignore:
Timestamp:
2015-08-27T18:11:25-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3432 r3433  
    314314(defmethod r- ((minuend poly) &rest subtrahends)
    315315  "Non-destructively subtract MINUEND and SUBTRAHENDS."
    316   (subtract-from (copy-instance minuend) (reduce #'r+ subtrahends)))
     316  (subtract-from (copy-instance minuend)
     317                 (change-class (reduce #'r+ subtrahends) 'poly)))
    317318
    318319(defmethod r+ ((poly1 term) poly2)
Note: See TracChangeset for help on using the changeset viewer.