Changeset 2398 for branches/f4grobner
- Timestamp:
- 2015-06-18T22:21:06-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2397 r2398 100 100 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 101 101 102 (defmethod r-coeff ((m monom)) 1) 102 (defmethod r-coeff ((m monom)) 103 "A MONOM can be treated as a special case of TERM, 104 where the coefficient is 1." 105 1) 103 106 104 107 (defmethod r-elt ((m monom) index)
Note:
See TracChangeset
for help on using the changeset viewer.