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.

Ignore:
Timestamp:
2016-06-01T11:08:49-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4098 r4099  
    202202MORE-FACTORS, using MULTIPLY-BY to multiply two factors. Thus
    203203FACTOR may be destructively modified."
    204   (reduce #'multiply-by more-factors :initial-value factor))
     204  (reduce #'multiply-by more-factors :initial-value (copy-instance factor)))
    205205
    206206(defgeneric divide-by (self other)
Note: See TracChangeset for help on using the changeset viewer.