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 2644


Ignore:
Timestamp:
2015-06-20T14:51:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2643 r2644  
    7777  "Polynomial addition"
    7878  (with-fixture poly-context ()
    79     (is (r-equal (add-to p q) p+q))
    80   ))
     79    (is (r-equal (add-to p q) p+q)))
     80  (with-fixture poly-context ()
     81    (is (r-equal (subtract-from p q) p-q))))
     82
    8183
    8284
Note: See TracChangeset for help on using the changeset viewer.