Changeset 2163 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-17T21:50:19-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2160 r2163 205 205 206 206 207 (defmethod r-equal -p ((m1 monom) (m2 monom))207 (defmethod r-equalp ((m1 monom) (m2 monom)) 208 208 "Returns T if two monomials M1 and M2 are equal." 209 209 (with-slots (exponents1 exponents)
Note:
See TracChangeset
for help on using the changeset viewer.