- Timestamp:
- 2016-06-06T17:34:10-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r4350 r4351 101 101 MORE-FACTORS, using MULTIPLY-BY to multiply two factors. Thus 102 102 FACTOR may be destructively modified.") 103 (:method ((factor t) & 103 (:method ((factor t) &rest more-factors) 104 104 (reduce #'multiply-by more-factors :initial-value (copy-instance factor)))) 105 105
Note:
See TracChangeset
for help on using the changeset viewer.