Changeset 1095 for branches/f4grobner
- Timestamp:
- 2015-06-10T09:46:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1094 r1095 365 365 (poly-eval (read-infix-form :stream stream) vars)) 366 366 367 (defun read-poly-from-string (string vars) 368 "Reads an expression in prefix form from a string STRING. 369 If the expression represents a polynomial or a list of polynomials in variables VARS then 370 the polynomial or list of polynomials is returned." 371 (with-input-from-string (s string) 372 (read-poly vars :stream s))) 373 374 367 375 ;;(set-dispatch-macro-character #\# #\P #'poly-reader *readtable*)
Note:
See TracChangeset
for help on using the changeset viewer.