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.

Ignore:
Timestamp:
2016-06-01T09:15:59-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4085 r4086  
    624624
    625625(defgeneric ->sexp (self &optional vars)
    626   (:documentation "Convert a polynomial SELF to infix form, using variables VARS.")
     626  (:documentation "Convert a polynomial SELF to an S-expression, using variables VARS.")
    627627  (:method :before ((self monom) &optional vars)
    628628           "Check the length of variables VARS against the length of exponents in SELF."
Note: See TracChangeset for help on using the changeset viewer.