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 4487 for branches


Ignore:
Timestamp:
2016-06-15T20:36:50-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4486 r4487  
    152152    (debug-cgb "/"))
    153153   (t                                      ;no division possible
    154     (setf r (push (poly-remove-term p) r))        ;move lt(p) to remainder
     154    (setf r (push (poly-remove-term p) r)) ;move lt(p) to remainder
    155155    (debug-cgb "+")))
    156156  (values p r c division-count))
Note: See TracChangeset for help on using the changeset viewer.