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 1067


Ignore:
Timestamp:
2015-06-10T09:15:37-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1066 r1067  
    356356     ")")))
    357357       
     358(defun poly-reader (vars &optional stream)
     359  "Reads an expression in prefix form from a stream STREAM.
     360If the expression represents a polynomial or a list of polynomials in variables VARS then
     361the polynomial or list of polynomials is returned."
     362  (poly-eval (parse stream) vars))
Note: See TracChangeset for help on using the changeset viewer.