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 1147


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r890 r1147  
    6666(defun term-sugar (term)
    6767  (monom-sugar (term-monom term)))
     68
     69(defun term->cons (term)
     70  "A transparent representation of a term as (EXPONENTS . COEFF)."
     71  (cons (monom->list (term-monom term)) (term-coeff term)))
     72
Note: See TracChangeset for help on using the changeset viewer.