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 2696


Ignore:
Timestamp:
2015-06-20T16:31:27-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2695 r2696  
    3636  (:default-initargs :termlist nil :order #'lex>)
    3737  (:documentation "A polynomial with a list of terms TERMLIST, ordered
    38 according to term order ORDER."))
     38according to term order ORDER, which defaults to LEX>."))
    3939
    4040(defmethod print-object ((self poly) stream)
Note: See TracChangeset for help on using the changeset viewer.