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.

Changeset 952


Ignore:
Timestamp:
2015-06-09T19:38:58-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r951 r952  
    122122         (t1 (make-term m1 7))
    123123         (t2 (make-term m2 9))
    124          (p (make-poly-from-termlist (list t1 t2))))
    125     (is-true p)))
     124         (p (make-poly-from-termlist (list t1 t2)))
     125         (q (term-expt p 2)))
     126    (is-true (print p))
     127    (is-true (print q))))
    126128
    127129
Note: See TracChangeset for help on using the changeset viewer.