- Timestamp:
- 2015-06-06T18:19:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r390 r391 105 105 106 106 (defun coerce-maxima-list (expr) 107 " convert a maxima list to lisp list."107 "Convert a Maxima list to Lisp list." 108 108 (cond 109 109 ((and (consp (car expr)) (eql (caar expr) 'mlist)) (cdr expr))
Note:
See TracChangeset
for help on using the changeset viewer.