- Timestamp:
- 2015-06-20T14:50:33-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2642 r2643 74 74 75 75 76 (test poly -add76 (test poly 77 77 "Polynomial addition" 78 78 (with-fixture poly-context () 79 (print p)(print q) 80 (print (add-to p q)) 81 (print p)(print q) 79 (is (r-equal (add-to p q) p+q)) 82 80 )) 83 81 84 (test poly-subtract85 "Polynomial subtraction"86 (with-fixture poly-context ()87 (print p)(print q)88 (print (subtract-from p q))89 (print p)(print q)90 ))91 82 92 83 (run! 'poly-suite)
Note:
See TracChangeset
for help on using the changeset viewer.