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 4317


Ignore:
Timestamp:
2016-06-05T12:12:00-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4285 r4317  
    640640
    641641(defmethod ->sexp :around ((object term) &optional vars)
    642   "Convert a term OBJECT to infix form, using variable VARS to build the representation."
     642  "Convert a term OBJECT to S-expression, using variable VARS to build the representation."
    643643  (declare (ignore vars))
    644644  (with-slots (coeff)
Note: See TracChangeset for help on using the changeset viewer.