- Timestamp:
- 2015-06-11T11:58:29-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1212 r1219 86 86 (setf a (mapcar #'poly-nreverse a) 87 87 r (poly-nreverse r)) 88 ;; Initialize the sugar of the quotients 89 (mapc #'poly-reset-sugar a) 88 90 (values a r c division-count)) 89 91 (declare (fixnum division-count))
Note:
See TracChangeset
for help on using the changeset viewer.