Changeset 1039 for branches/f4grobner/parse.lisp
- Timestamp:
- 2015-06-10T08:27:02-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/parse.lisp
r1038 r1039 267 267 of binary operators $poly+, $poly-, $minus-poly, $poly* and $poly-expt 268 268 which work like the corresponding functions in the POLY package, but 269 accept scalars as arguments as well." 269 accept scalars as arguments as well. The result is a polynomial in internal form. 270 This operation is similar to the function EXPAND in CAS." 270 271 (cond 271 272 ((numberp expr)
Note:
See TracChangeset
for help on using the changeset viewer.