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.

Ignore:
Timestamp:
2015-06-20T15:45:28-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-poly.lisp

    r2662 r2664  
    7373    (dolist (x '((0 . -11) (2 . 22)  (3 . -33) (5 . 55) (7 . -77) ))
    7474      (insert-item p-q (make-instance 'term :exponents (list (car x)) :coeff (cdr x))))
    75     (print p) (print q) (print p+q) (print p-q)
     75    ;;(print p) (print q) (print p+q) (print p-q)
    7676    (&body)))
    7777
Note: See TracChangeset for help on using the changeset viewer.