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 1017


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/parse.lisp

    r1016 r1017  
    3232
    3333(defpackage "PARSE"
    34   (:use :cl :order :monomial :term :polynomial :ring)
     34  (:use :cl :order :ring-and-order :monomial :term :polynomial :ring)
    3535  (:export "PARSE PARSE-TO-ALIST" "PARSE-STRING-TO-ALIST"
    3636           "PARSE-TO-SORTED-ALIST" "PARSE-STRING-TO-SORTED-ALIST" "^" "["
     
    273273       (expt
    274274        (if (= (length expr) 3)
    275             ($poly-expt rint-and-order
     275            ($poly-expt ring-and-order
    276276                        (poly-eval-1 ring-and-order (cadr expr) vars)
    277277                        (caddr expr)
Note: See TracChangeset for help on using the changeset viewer.