Changeset 1103 for branches/f4grobner
- Timestamp:
- 2015-06-10T09:59:01-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1101 r1103 203 203 (read-poly '(x y) :stream s)) 204 204 p)) 205 (is (equalp ( read-poly-from-string"x^2+2*y^2" '(x y)) p))))205 (is (equalp (string->poly "x^2+2*y^2" '(x y)) p)))) 206 206 207 207 (run! 'ngrobner-suite)
Note:
See TracChangeset
for help on using the changeset viewer.