Changeset 3834 for branches/f4grobner
- Timestamp:
- 2016-05-28T12:07:25-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3833 r3834 175 175 "Converts a string STR to a polynomial in variables VARS." 176 176 (with-input-from-string (s str) 177 (change-class (read-poly vars :stream s :order order) :vars vars)))177 (change-class (read-poly vars :stream s :order order) 'symbolic-poly :vars vars))) 178 178 179 179 (defun poly->alist (p)
Note:
See TracChangeset
for help on using the changeset viewer.