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 4055


Ignore:
Timestamp:
2016-05-31T18:03:28-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4054 r4055  
    131131            (pop (poly-termlist p))     ;remove lt(p) from p
    132132            t)
    133            ((monom-divides-p (leading-monomial (car fl)) (leading-monomial p)) ;division occurred
     133           ((divides-p (leading-monomial (car fl)) (leading-monomial p)) ;division occurred
    134134            (incf division-count)
    135135            (multiple-value-bind (gcd c1 c2)
Note: See TracChangeset for help on using the changeset viewer.