Changeset 4111
- Timestamp:
 - 2016-06-01T13:19:45-07:00 (9 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/polynomial.lisp
r4105 r4111 549 549 (declare (ignore c)) 550 550 (subtract 551 (multiply -byf (change-class mf 'term :coeff cg))552 (multiply -byg (change-class mg 'term :coeff cf)))))))551 (multiply f (change-class mf 'term :coeff cg)) 552 (multiply g (change-class mg 'term :coeff cf))))))) 553 553 554 554 (defgeneric poly-content (object)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  