- Timestamp:
- 2015-09-06T05:32:18-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r3675 r3680 152 152 (is (universal-equalp (s-polynomial f g) s-poly)))) 153 153 154 (test poly-content 155 "Poly-content" 156 (let* ((p (alist->poly '( ((1 0 0) . 12) ((1 0 1) . 15)))) 157 (pc 3)) 158 (is (universal-equalp (poly-content p) pc)))) 159 154 160 155 161 (run! 'poly-suite)
Note:
See TracChangeset
for help on using the changeset viewer.