close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

source: branches/f4grobner/test6.lisp

Last change on this file was 4461, checked in by Marek Rychlik, 8 years ago

* empty log message *

File size: 232 bytes
Line 
1(in-package :polynomial)
2
3(proclaim '(special x y))
4
5(setf x (alist->poly '( ((3) . 1) ((1) . 2))))
6(setf y (alist->poly '( ((2) . 3) ((1) . 4))))
7
8(print (->sexp x '(x)))
9(print (->sexp y '(x)))
10
11(print (->sexp (add-to x y) '(x)))
Note: See TracBrowser for help on using the repository browser.