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 3679


Ignore:
Timestamp:
2015-09-06T05:29:19-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3678 r3679  
    441441  (:method ((self poly))
    442442    (reduce #'universal-gcd
    443             (mapcar #'term-coeff (rest (poly-termlist p)))
    444             :initial-value (leading-coefficient p))))
     443            (mapcar #'term-coeff (rest (poly-termlist self)))
     444            :initial-value (leading-coefficient self))))
    445445
    446446#|
Note: See TracChangeset for help on using the changeset viewer.