- Timestamp:
- 2015-06-10T09:57:19-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1097 r1102 365 365 (poly-eval (read-infix-form :stream stream) vars)) 366 366 367 (defun read-poly-from-string(str vars)367 (defun string->poly (str vars) 368 368 "Reads an expression in prefix form from a string STR. 369 369 If the expression represents a polynomial or a list of polynomials in variables VARS then … … 373 373 374 374 375 ;;(set-dispatch-macro-character #\# #\P #'poly-reader *readtable*)
Note:
See TracChangeset
for help on using the changeset viewer.