Changeset 2618 for branches/f4grobner/5am-monom.lisp
- Timestamp:
- 2015-06-20T02:00:05-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r2617 r2618 188 188 "Polynomial addition" 189 189 (with-fixture poly-context () 190 (print p)(print q) 190 191 (print (add-to p q)) 191 192 )) … … 194 195 "Polynomial subtraction" 195 196 (with-fixture poly-context () 197 (print p)(print q) 196 198 (print (subtract-from p q)) 197 199 ))
Note:
See TracChangeset
for help on using the changeset viewer.