Changeset 2704
- Timestamp:
- 2015-06-20T16:43:23-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2703 r2704 41 41 :documentation "The coefficient.")) 42 42 (:default-initargs :dimension nil :exponents nil :coeff nil) 43 (:documentation "Implements a polynomial.")) 43 (:documentation "Implements a term, i.e. a product of a ring element 44 and powers of some variables, such as 5*X^2*Y^3.")) 44 45 45 46 (defmethod r-coeff ((self term))
Note:
See TracChangeset
for help on using the changeset viewer.