Changeset 1067 for branches/f4grobner
- Timestamp:
- 2015-06-10T09:15:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1066 r1067 356 356 ")"))) 357 357 358 (defun poly-reader (vars &optional stream) 359 "Reads an expression in prefix form from a stream STREAM. 360 If the expression represents a polynomial or a list of polynomials in variables VARS then 361 the polynomial or list of polynomials is returned." 362 (poly-eval (parse stream) vars))
Note:
See TracChangeset
for help on using the changeset viewer.