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 2700


Ignore:
Timestamp:
2015-06-20T16:39:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2699 r2700  
    3737class MONOM. In this implementation, a TERM specializes MONOL. Also, a
    3838monomial can be considered a TERM whose coefficient is the unit
    39 element (1) of the underlying ring. CHANGE-CLASS can be used to
    40 convert between a MONOM and a TERM, observing this convention."))
     39element (1) of the underlying ring. The generic method CHANGE-CLASS
     40can be used to convert between a MONOM and a TERM, observing this
     41convention."))
    4142
    4243(defmethod r-coeff ((self term))
Note: See TracChangeset for help on using the changeset viewer.