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-31T13:12:14-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4018 r4022  
    608608    (cons (coerce (monom-exponents self) 'list) (term-coeff self))))
    609609
    610 (defgeneric ->infix (self &optional vars)
     610(defgeneric ->sexp (self &optional vars)
    611611  (:documentation "Convert a symbolic polynomial SELF to infix form, using variables VARS. The default
    612612value of VARS is the corresponding slot value of SELF.")
Note: See TracChangeset for help on using the changeset viewer.