- Timestamp:
- 2015-06-21T12:36:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2907 r2908 147 147 ;;Negate the term of Q if UMINUS provided, signallig 148 148 ;;that we are doing subtraction 149 , @(when uminus-fn150 `((setf (lc q) (funcall ,uminus-fn (lc q)))))149 ,(when uminus-fn 150 `(setf (lc q) (funcall ,uminus-fn (lc q)))) 151 151 (rotatef (cdr q) r q))))))) 152 152
Note:
See TracChangeset
for help on using the changeset viewer.