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 4108


Ignore:
Timestamp:
2016-06-01T12:53:32-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4107 r4108  
    107107       (debug-cgb "~&~3T~d reduction~:p" division-count)
    108108       (when (universal-zerop r) (debug-cgb " ---> 0"))
    109        ;; We obtained the terms in reverse order, so must fix that
    110        (setf a (mapcar #'poly-reverse a)
    111              r (poly-reverse r))
    112109       (values a r c division-count))
    113110    (declare (fixnum division-count))
Note: See TracChangeset for help on using the changeset viewer.