- Timestamp:
- 2015-09-05T10:52:43-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3478 r3489 41 41 "SATURATION-EXTENSION" 42 42 "ALIST->POLY") 43 (:documentation "Implements polynomials.")) 43 (:documentation "Implements polynomials. A polynomial is essentially 44 a mapping of monomials of the same degree to coefficients. The 45 momomials are ordered according to a monomial order.")) 44 46 45 47 (in-package :polynomial)
Note:
See TracChangeset
for help on using the changeset viewer.