close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1039


Ignore:
Timestamp:
2015-06-10T08:27:02-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/parse.lisp

    r1038 r1039  
    267267of binary operators $poly+, $poly-, $minus-poly, $poly* and $poly-expt
    268268which work like the corresponding functions in the POLY package, but
    269 accept scalars as arguments as well."
     269accept scalars as arguments as well. The result is a polynomial in internal form.
     270This operation is similar to the function EXPAND in CAS."
    270271  (cond
    271272    ((numberp expr)
Note: See TracChangeset for help on using the changeset viewer.