Changeset 4461 for branches/f4grobner/test6.lisp
- Timestamp:
- 2016-06-14T08:52:17-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/test6.lisp
r4447 r4461 6 6 (setf y (alist->poly '( ((2) . 3) ((1) . 4)))) 7 7 8 (print x)9 (print y)8 (print (->sexp x '(x))) 9 (print (->sexp y '(x))) 10 10 11 (print ( add-to x y))11 (print (->sexp (add-to x y) '(x)))
Note:
See TracChangeset
for help on using the changeset viewer.