Changeset 2616 for branches/f4grobner
- Timestamp:
- 2015-06-20T01:57:09-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r2614 r2616 188 188 "Polynomial addition" 189 189 (with-fixture poly-context () 190 (is-true (print p)) 191 (is-true (print q)) 192 (add-to p q) 193 (is-true (print p)) 190 (print (add-to p q)) 194 191 )) 195 192 … … 197 194 "Polynomial subtraction" 198 195 (with-fixture poly-context () 199 (is-true (print p))200 (is-true (print q))201 196 (subtract-from p q) 202 (is-true (print p))203 197 )) 204 198
Note:
See TracChangeset
for help on using the changeset viewer.