- Timestamp:
- 2015-06-18T21:35:28-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2378 r2379 85 85 in the coefficient ring." 86 86 ;;(format t "TERM::R* called with:~& TERM1: ~A~& TERM2: ~A~%" term1 term2) 87 (change-class (call-next-method) 'term)) 87 (let ((result (change-class (call-next-method) 'term))) 88 (setf (r-coeff result) (r* (r-coeff term1) (r-coeff term2))))) 88 89 89 90 #|
Note:
See TracChangeset
for help on using the changeset viewer.