- Timestamp:
- 2015-06-07T00:56:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ngrobner.lisp
r635 r636 98 98 (defun coerce-to-infix (poly-type object vars) 99 99 "Write a polynomial, polynomial list, termlist term 100 in infix form, using variables VARS." 100 in infix form, using variables VARS. Can be used to display 101 an internal form polynomial more readably." 101 102 (case poly-type 102 103 (:termlist
Note:
See TracChangeset
for help on using the changeset viewer.