Changeset 1084 for branches/f4grobner
- Timestamp:
- 2015-06-10T09:38:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1083 r1084 195 195 (test poly-reader 196 196 "Polynomial reader" 197 (is (equalp (with-input-from-string(s "X^2-Y^2+(-4/3)*U^2*W^3-5")(read-infix-form s)) 197 (is (equalp (with-input-from-string (s "X^2-Y^2+(-4/3)*U^2*W^3-5") 198 (read-infix-form s)) 198 199 '(+ (- (EXPT X 2) (EXPT Y 2)) (* (- (/ 4 3)) (EXPT U 2) (EXPT W 3)) (- 5)))) 199 200 (is (equalp (with-input-from-string (s "x^2+2*y^2")
Note:
See TracChangeset
for help on using the changeset viewer.