- Timestamp:
- 2015-09-06T05:29:19-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3678 r3679 441 441 (:method ((self poly)) 442 442 (reduce #'universal-gcd 443 (mapcar #'term-coeff (rest (poly-termlist p)))444 :initial-value (leading-coefficient p))))443 (mapcar #'term-coeff (rest (poly-termlist self))) 444 :initial-value (leading-coefficient self)))) 445 445 446 446 #|
Note:
See TracChangeset
for help on using the changeset viewer.