Changeset 1087 for branches/f4grobner
- Timestamp:
- 2015-06-10T09:40:09-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1085 r1087 358 358 ")"))) 359 359 360 (defun poly-reader (vars & optional stream)360 (defun poly-reader (vars &key (stream t)) 361 361 "Reads an expression in prefix form from a stream STREAM. 362 362 If the expression represents a polynomial or a list of polynomials in variables VARS then
Note:
See TracChangeset
for help on using the changeset viewer.