close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1219


Ignore:
Timestamp:
2015-06-11T11:58:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1212 r1219  
    8686       (setf a (mapcar #'poly-nreverse a)
    8787             r (poly-nreverse r))
     88       ;; Initialize the sugar of the quotients
     89       (mapc #'poly-reset-sugar a)
    8890       (values a r c division-count))
    8991    (declare (fixnum division-count))
Note: See TracChangeset for help on using the changeset viewer.