Changeset 1254 for branches/f4grobner
- Timestamp:
- 2015-06-11T15:40:38-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1253 r1254 192 192 (do ((r (make-poly-zero)) 193 193 (c (funcall (ring-unit ring))) 194 (division-count 0) 195 #+grobner-check(f0 f)) 194 (division-count 0)) 196 195 ((or (poly-zerop f) 197 196 ;;(endp fl)
Note:
See TracChangeset
for help on using the changeset viewer.