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 3489


Ignore:
Timestamp:
2015-09-05T10:52:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3478 r3489  
    4141           "SATURATION-EXTENSION"
    4242           "ALIST->POLY")
    43   (:documentation "Implements polynomials."))
     43  (:documentation "Implements polynomials. A polynomial is essentially
     44a mapping of monomials of the same degree to coefficients. The
     45momomials are ordered according to a monomial order."))
    4446
    4547(in-package :polynomial)
Note: See TracChangeset for help on using the changeset viewer.