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 1149


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r1148 r1149  
    6969
    7070(defun term->cons (term)
    71   "A transparent representation of a term as (EXPONENTS . COEFF)."
     71  "A readable representation of a term as (MONOM . COEFF)."
    7272  (cons (monom->list (term-monom term)) (term-coeff term)))
    7373
Note: See TracChangeset for help on using the changeset viewer.