- Timestamp:
- 2015-09-05T09:56:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r3465 r3467 94 94 (is (monom-equalp (monom-multiply-by m n) m*n))) 95 95 (with-fixture monom-context () 96 (is (monom-equalp (monom-divide-by n m) n/m)))) 96 (is (monom-equalp (monom-divide-by n m) n/m))) 97 (with-fixture monom-context () 98 (is (equal (monom->list m) '(1 2 3))))) 97 99 98 100 (run! 'monom-suite)
Note:
See TracChangeset
for help on using the changeset viewer.