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-05-28T13:48:23-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3856 r3857  
    607607value of VARS is the corresponding slot value of SELF.")
    608608  (:method ((self monom) &optional vars)
     609    "Convert a monomial SELF to infix form, using variable VARS to build the representation."
    609610    (with-slots (exponents)
    610611        self
     
    616617                    vars (coerce exponents 'list)))))
    617618  (:method ((self term) &optional vars)
     619    "Convert a term SELF to infix form, using variable VARS to build the representation."
    618620    (with-slots (exponents coeff)
    619621        self
Note: See TracChangeset for help on using the changeset viewer.