- Timestamp:
- 2016-05-31T18:03:28-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r4054 r4055 131 131 (pop (poly-termlist p)) ;remove lt(p) from p 132 132 t) 133 (( monom-divides-p (leading-monomial (car fl)) (leading-monomial p)) ;division occurred133 ((divides-p (leading-monomial (car fl)) (leading-monomial p)) ;division occurred 134 134 (incf division-count) 135 135 (multiple-value-bind (gcd c1 c2)
Note:
See TracChangeset
for help on using the changeset viewer.