Changeset 2421 for branches/f4grobner
- Timestamp:
- 2015-06-18T23:56:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2420 r2421 74 74 |# 75 75 76 (defmethod r* ((term1 term) (term2 term))76 (defmethod r* :around ((term1 term) (term2 term)) 77 77 "Returns the product of the terms TERM1 and TERM2, 78 78 or NIL when the product is 0. This definition takes care of divisors of 0
Note:
See TracChangeset
for help on using the changeset viewer.