- Timestamp:
- 2015-06-09T09:27:12-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/5am-tests.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/5am-tests.lispr859 r860 80 80 (test monom 81 81 "monom" 82 (is (equalp (monom-exponents (make-monom :dimension 3)) '(0 0 0)) "Trivial monomial is a vector of 0's")83 (is (equalp (monom-exponents (make-monom :initial-exponents '(1 2 3))) '(1 2 3)) "Monomial with powers 1,2,3"))82 (is (equalp (monom-exponents (make-monom :dimension 3)) #(0 0 0)) "Trivial monomial is a vector of 0's") 83 (is (equalp (monom-exponents (make-monom :initial-exponents (1 2 3))) #(1 2 3)) "Monomial with powers 1,2,3")) 84 84 85 85 (test order 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
