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 1619


Ignore:
Timestamp:
2015-06-14T18:20:41-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r1605 r1619  
    6868  (monom-sugar (term-monom term)))
    6969
     70;; Does the term depend on variable K?
     71(defun term-depends-p (term k)
     72  "Return T if the term TERM depends on variable number K."
     73  (monom-depends-p (term-monom term) k))
     74
     75
     76
    7077(defun term->cons (term)
    7178  "A human-readable representation of a term as a cons (MONOM . COEFF)."
Note: See TracChangeset for help on using the changeset viewer.