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 1050


Ignore:
Timestamp:
2015-06-10T08:51:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1049 r1050  
    247247                  &aux
    248248                    (ring-and-order (make-ring-and-order :ring ring :order order)))
    249   (labels ((p-eval (arg) (poly-eval ring-and-order arg vars))
     249  (labels ((p-eval (arg) (poly-eval arg vars ring order))
    250250           (p-eval-list (args) (mapcar #'p-eval args))
    251251           (p-add (x y) (poly-add ring-and-order x y)))
Note: See TracChangeset for help on using the changeset viewer.