Changeset 4099 for branches/f4grobner
- Timestamp:
- 2016-06-01T11:08:49-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4098 r4099 202 202 MORE-FACTORS, using MULTIPLY-BY to multiply two factors. Thus 203 203 FACTOR may be destructively modified." 204 (reduce #'multiply-by more-factors :initial-value factor))204 (reduce #'multiply-by more-factors :initial-value (copy-instance factor))) 205 205 206 206 (defgeneric divide-by (self other)
Note:
See TracChangeset
for help on using the changeset viewer.