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 1033


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/parse.lisp

    r1032 r1033  
    307307
    308308             
    309 (defun poly-eval (expr vars
    310                   &optional (order #'lex>) (ring *ring-of-integers*))
     309(defun poly-eval (expr vars &optional (order #'lex>) (ring *ring-of-integers*))
    311310  "Evaluate an expression EXPR, which should be a polynomial
    312311expression or a list of polynomial expressions (a list of expressions
Note: See TracChangeset for help on using the changeset viewer.