Changeset 2715
- Timestamp:
 - 2015-06-20T16:57:16-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/ring.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/ring.lisp
r2714 r2715 162 162 implementing this method, the result should be an object which is EQ 163 163 to SELF. For built-in classes, such as NUMBER, the returned object may 164 not be EQ to the original , but it will be EQL to it.")164 not be EQ to the original.") 165 165 (:method (self other) (r- self other))) 166 166  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  