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-15T08:38:39-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1740 r1741  
    410410  (with-ring-and-order ((vars) :polynomials (p) :value-type :polynomial) p))
    411411
     412
     413(defmfun $poly_expt (p n vars)
     414  (with-ring-and-order ((vars) :polynomials (p) :value-type :polynomial)
     415    (poly-expt +maxima-ring+ p n)))
     416
    412417#|
    413418
    414 (defmfun $poly_expt (p n vars)
    415   (with-parsed-polynomials ((vars) :polynomials (p) :value-type :polynomial)
    416     (poly-expt +maxima-ring+ p n)))
    417419
    418420(defmfun $poly_content (p vars)
Note: See TracChangeset for help on using the changeset viewer.