Changeset 2937 for branches/f4grobner
- Timestamp:
- 2015-06-21T12:59:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2936 r2937 111 111 (test poly-multiply 112 112 "Polynomial multiplication" 113 (with-fixture poly-multiply-context () (is (r-equalp ( add-top q) p*q)))113 (with-fixture poly-multiply-context () (is (r-equalp (r* p q) p*q))) 114 114 ) 115 115
Note:
See TracChangeset
for help on using the changeset viewer.