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 2845


Ignore:
Timestamp:
2015-06-21T10:16:06-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2833 r2845  
    2222(defpackage "TERM"
    2323  (:use :cl :monom :ring)
    24   (:export "TERM" "MAKE-TERM-VARIABLE")
     24  (:export "TERM"
     25           "TERM-EQUALP"
     26           "TERM-CLONE"
     27           "MAKE-TERM-VARIABLE"
     28           )
    2529  (:documentation "This package implements class TERM. A term is a
    2630product of a scalar and powers of some variables, such as
Note: See TracChangeset for help on using the changeset viewer.