Changeset 2946
- Timestamp:
 - 2015-06-21T13:11:51-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/term.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/term.lisp
r2945 r2946 100 100 |# 101 101 102 (defmethod multiply-by ((self term) (other term))102 (defmethod multiply-by :before ((self term) (other term)) 103 103 "Destructively multiply terms SELF and OTHER and store the result into SELF. 104 104 It returns SELF."  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  