- Timestamp:
- 2016-06-17T19:06:48-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly-sugar.lisp
r4529 r4531 75 75 (let* ((p (change-class (string->poly "x*y+x^3" '(x y)) 'poly-with-sugar)) 76 76 (q (universal-expt p 3))) 77 (is (= (sugar-value q) 9))))77 (is (= (sugar-value q) 12)))) 78 78 79 79 (run! 'poly-sugar-suite)
Note:
See TracChangeset
for help on using the changeset viewer.