Changeset 1165 for branches/f4grobner
- Timestamp:
- 2015-06-10T19:37:39-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1164 r1165 401 401 "Converts a string STR to a polynomial in variables VARS." 402 402 (with-input-from-string (s str) 403 (read-poly vars :stream s tream:ring ring :order order)))403 (read-poly vars :stream s :ring ring :order order))) 404 404 405 405 (defun poly->alist (p)
Note:
See TracChangeset
for help on using the changeset viewer.