Changeset 864 for branches/f4grobner
- Timestamp:
- 2015-06-09T10:38:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r862 r864 152 152 (is (equal '#I( [ x, y ] ) '(:[ X Y))) 153 153 (is (equal '#I( x + y) '(+ x y))) 154 (is (equal '#I( x^3) '(expt x 3)))155 (is (equal '#I( 1+x^3) '(+ 1 (expt x 3))))156 (is (equal '#I( x*y^2) '(* x (expt y 2)))))154 (is (equal '#I( x^3 ) '(expt x 3))) 155 (is (equal '#I( 1 + x^3) '(+ 1 (expt x 3)))) 156 (is (equal '#I( x * y^2 ) '(* x (expt y 2))))) 157 157 158 158
Note:
See TracChangeset
for help on using the changeset viewer.