Changeset 2939
- Timestamp:
 - 2015-06-21T13:01:42-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/polynomial.lisp
r2930 r2939 242 242 self) 243 243 244 (defmethod r* ((poly1 poly) (poly2 poly)) 245 "Non-destructively multiply POLY1 by POLY2." 246 (multiply-by (copy-instance POLY1) (copy-instance POLY2))) 244 247 245 248 #|  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  