- Timestamp:
- 2015-06-21T16:49:09-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r3037 r3041 163 163 (is (r-equalp (copy-instance term) term)))) 164 164 165 (test term-contract 166 "Term contract" 167 (let ((term (make-instance 'term :exponents '(1 2 3) :coeff 4)) 168 (term-contracted (make-instance 'term :exponents '(2 3) :coeff 4))) 169 (is (r-equalp (left-contract term 1) term-contracted)))) 170 171 165 172 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 166 173 ;;
Note:
See TracChangeset
for help on using the changeset viewer.