Changeset 2776
- Timestamp:
 - 2015-06-20T19:52:40-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/polynomial.lisp
r2775 r2776 119 119 ;; be more efficient to produce the terms in correct order? 120 120 (unless (endp q) 121 ;; Upon subtraction, we must change the sign of 122 ;; all coefficients in q 121 123 ,@(when uminus-fn 122 124 `((mapc #'(lambda (x) (setf x (funcall ,uminus-fn x))) q)))  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  