- Timestamp:
- 2015-06-22T21:44:35-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3276 r3277 54 54 55 55 (defmethod r-equalp ((term1 term) (term2 term)) 56 ( and(r-equalp (scalar-coeff term1) (scalar-coeff term2))57 56 (when (r-equalp (scalar-coeff term1) (scalar-coeff term2)) 57 (call-next-method))) 58 58 59 59 (defmethod update-instance-for-different-class :after ((old monom) (new scalar) &key)
Note:
See TracChangeset
for help on using the changeset viewer.