- Timestamp:
- 2015-06-18T22:29:18-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r2402 r2403 120 120 (signals 121 121 (error "EXPONENTS must have length DIMENSION") 122 (make-instance ' monom :dimension 3 :exponents '(1 2 3 4 5 6)))122 (make-instance 'term :dimension 3 :exponents '(1 2 3 4 5 6) :coeff 77)) 123 123 (is-true (r-divides-p m n)) 124 124 (is-false (r-divides-p n m))
Note:
See TracChangeset
for help on using the changeset viewer.