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 1773


Ignore:
Timestamp:
2015-06-15T10:11:26-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1772 r1773  
    497497(defmfun $poly_depends_p (p var mvars
    498498                            &aux
    499                             &aux (vars (coerce-maxima-list mvars))
     499                            (vars (coerce-maxima-list mvars))
    500500                            (pos (position var vars)))
    501501  (with-ring-and-order ((mvars) :polynomials (p) :value-type :custom)
Note: See TracChangeset for help on using the changeset viewer.