- Timestamp:
- 2015-06-15T14:05:49-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/termlist.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/termlist.lispr1833 r1834 119 119 120 120 (defun monom-times-term (m term) 121 (make-term (monom-mul m (term-monom term))(term-coeff term)))121 (make-term :monom (monom-mul m (term-monom term)) :coeff (term-coeff term))) 122 122 123 123 (defun monom-times-termlist (m f) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
