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 3856


Ignore:
Timestamp:
2016-05-28T13:36:08-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3850 r3856  
    604604
    605605(defgeneric ->infix (self &optional vars)
     606  (:documentation "Convert a symbolic polynomial SELF to infix form, using variables VARS. The default
     607value of VARS is the corresponding slot value of SELF.")
    606608  (:method ((self monom) &optional vars)
    607609    (with-slots (exponents)
Note: See TracChangeset for help on using the changeset viewer.