- Timestamp:
- 2015-06-15T14:05:20-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/termlist.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/termlist.lispr1831 r1832 95 95 (let ((c1 (funcall (ring-mul ring) c (term-coeff term)))) 96 96 (unless (funcall (ring-zerop ring) c1) 97 (list (make-term (term-monom term)c1)))))97 (list (make-term :monom (term-monom term) :coeff c1))))) 98 98 p)) 99 99 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
