- Timestamp:
- 2015-06-20T14:51:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2644 r2645 77 77 "Polynomial addition" 78 78 (with-fixture poly-context () 79 (is (r-equal (add-to p q) p+q)))79 (is (r-equalp (add-to p q) p+q))) 80 80 (with-fixture poly-context () 81 (is (r-equal (subtract-from p q) p-q))))81 (is (r-equalp (subtract-from p q) p-q)))) 82 82 83 83
Note:
See TracChangeset
for help on using the changeset viewer.