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 1211


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1210 r1211  
    8383       (debug-cgb "~&~3T~d reduction~:p" division-count)
    8484       (when (poly-zerop r) (debug-cgb " ---> 0"))
    85        ;; We obtained the terms in reverse order, must fix that
     85       ;; We obtained the terms in reverse order, so must fix that
    8686       (setf a (mapcar #'poly-nreverse a)
    8787             r (poly-nreverse r))
Note: See TracChangeset for help on using the changeset viewer.