Changeset 1784 for branches/f4grobner/mx-grobner.lisp
- Timestamp:
- 2015-06-15T11:22:17-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1783 r1784 400 400 variables which may have been created by the evaluation process. The 401 401 value type can be either :POLYNOMIAL, :POLY-LIST or :TERM, depending 402 on the form of the result returned by the top NGROBNER operation." 402 on the form of the result returned by the top NGROBNER operation. 403 During evaluation, symbols supplied by RING-AND-ORDER-VAR 404 and RING-VAR are bound to RING-AND-ORDER and RING instances." 403 405 `(let ((,vars (coerce-maxima-list ,maxima-vars)) 404 406 ,@(when new-vars-supplied-p
Note:
See TracChangeset
for help on using the changeset viewer.