Changeset 2315 for branches/f4grobner
- Timestamp:
 - 2015-06-18T19:39:45-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/5am-monom.lisp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/5am-monom.lisp
r2312 r2315 73 73 (is (r-equalp (r* m n) m*n)) 74 74 (is (r-equalp (r/ n m) n/m)) 75 76 (test monom-advanced 77 "Monom advanced" 78 (with-fixture monom-context () 75 (is (r-equalp (r/ n m) n/m)) 79 76 (is (r-equalp (r-tensor-product m n) m-tensor-n)))) 80 77 (signals … … 89 86 (error "Index out of bounds") 90 87 (r-depends-p m 3)))) 91 88 |# 92 89 93 90 (run! 'monom-suite)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  