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 4381


Ignore:
Timestamp:
2016-06-06T19:57:45-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4380 r4381  
    117117  (:method ((minuend t) &rest subtrahends)
    118118    (cond ((endp subtrahends) (unary-minus (copy-instance minuend)))
    119           (t (reduce #'subtract-from (copy-instance minuend) subtrahends)))))
     119          (t (reduce #'subtract-from subtrahends :initial-value (copy-instance minuend))))))
    120120
    121121(defgeneric multiply (factor &rest more-factors)
Note: See TracChangeset for help on using the changeset viewer.