- Timestamp:
- 2015-06-21T09:36:15-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r2812 r2821 90 90 (signals 91 91 (error "Index out of bounds") 92 (r-depends-p m 3)))) 92 (r-depends-p m 3)) 93 ) 94 (with-fixture monom-context () 95 (is (r-equalp (multiply-by m n) m*n))) 96 (with-fixture monom-context () 97 (is (r-equalp (divide-by m n) m/n)))) 93 98 94 99 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note:
See TracChangeset
for help on using the changeset viewer.