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 1161


Ignore:
Timestamp:
2015-06-10T19:33:22-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r1153 r1161  
    202202(defun monom->list (m)
    203203  "A human-readable representation of a monomial M as a list of exponents." 
    204   (coerce m 'list)
     204  (coerce m 'list))
Note: See TracChangeset for help on using the changeset viewer.