- Timestamp:
- 2015-06-10T19:17:17-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1144 r1145 382 382 ")"))) 383 383 384 (defun read-poly (vars &key (stream t) (ring *ring-of-integers*) (order #'lex>)) 384 (defun read-poly (vars &key 385 (stream t) 386 (ring *ring-of-integers*) 387 (order #'lex>)) 385 388 "Reads an expression in prefix form from a stream STREAM. 386 389 The expression read from the strem should represent a polynomial or a
Note:
See TracChangeset
for help on using the changeset viewer.