Changeset 3288 for branches/f4grobner
- Timestamp:
- 2015-06-23T08:36:14-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3216 r3288 56 56 (exponents :initarg :exponents :accessor monom-exponents 57 57 :documentation "The powers of the variables.")) 58 (:default-initargs :dimension nil :exponents nil :exponent nil)59 58 (:documentation 60 59 "Implements a monomial, i.e. a product of powers
Note:
See TracChangeset
for help on using the changeset viewer.