- Timestamp:
- 2015-06-10T10:01:14-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1104 r1105 366 366 367 367 (defun string->poly (str vars) 368 "Reads an expression in prefix form from a string STR. 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." 368 "Converts a string STR to a polynomial in variables VARS" 371 369 (with-input-from-string (s str) 372 370 (read-poly vars :stream s)))
Note:
See TracChangeset
for help on using the changeset viewer.