- Timestamp:
- 2015-06-06T23:34:07-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r598 r599 75 75 (test monom 76 76 "monom" 77 (is (equalp ( ngrobner::make-monom 3) #(0 0 0)) "Trivial monomial is a vector of 0's")78 (is (equalp ( ngrobner::make-monom 3 :initial-contents '(1 2 3)) #(1 2 3)) "Monomial with powers 1,2,3"))77 (is (equalp (make-monom 3) #(0 0 0)) "Trivial monomial is a vector of 0's") 78 (is (equalp (make-monom 3 :initial-contents '(1 2 3)) #(1 2 3)) "Monomial with powers 1,2,3")) 79 79 80 80 (test order
Note:
See TracChangeset
for help on using the changeset viewer.