Changeset 4172 for branches/f4grobner
- Timestamp:
- 2016-06-03T08:28:17-07:00 (9 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/5am-division.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/5am-division.lispr4088 r4172 93 93 "Exact division in polynomial ring" 94 94 (with-fixture exact-division-context () 95 (is (universal-equalp (poly-exact-divide f g) h)))) 95 (is (universal-equalp (poly-exact-divide f g) h)) 96 (is (universal-zerop (subtract-from (poly-exact-divide f g) h))))) 96 97 97 98 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
