Changeset 2933 for branches/f4grobner
- Timestamp:
- 2015-06-21T12:55:19-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2932 r2933 87 87 (test poly-add 88 88 "Polynomial addition" 89 (with-fixture poly- context () (is (r-equalp (add-to p q) p+q)))90 (with-fixture poly- context () (is (r-equalp (subtract-from p q) p-q)))91 (with-fixture poly- context () (is (r-equalp (unary-minus p) p-uminus)))89 (with-fixture poly-add-context () (is (r-equalp (add-to p q) p+q))) 90 (with-fixture poly-add-context () (is (r-equalp (subtract-from p q) p-q))) 91 (with-fixture poly-add-context () (is (r-equalp (unary-minus p) p-uminus))) 92 92 ) 93 93
Note:
See TracChangeset
for help on using the changeset viewer.