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.

Ignore:
Timestamp:
2015-06-15T09:12:30-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1757 r1758  
    437437
    438438(defmfun $poly_pseudo_divide (f fl vars)
    439   (with-ring-and-order ((vars) :polynomials (f) :poly-lists (fl) :value-type :custom)
     439  (with-ring-and-order ((vars)
     440                        :polynomials (f)
     441                        :poly-lists (fl)
     442                        :value-type :custom)
    440443    (multiple-value-bind (quot rem c division-count)
    441444        (poly-pseudo-divide ring-and-order f fl)
Note: See TracChangeset for help on using the changeset viewer.