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:
2015-06-07T00:56:57-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ngrobner.lisp

    r635 r636  
    9898(defun coerce-to-infix (poly-type object vars)
    9999  "Write a polynomial, polynomial list, termlist term
    100 in infix form, using variables VARS."
     100in infix form, using variables VARS. Can be used to display
     101an internal form polynomial more readably."
    101102  (case poly-type
    102103    (:termlist
Note: See TracChangeset for help on using the changeset viewer.