Changeset 2714 for branches/f4grobner
- Timestamp:
- 2015-06-20T16:56:59-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2713 r2714 157 157 158 158 (defgeneric subtract-from (self other) 159 (:documentation "Subtract from an object SELF another object OTHER. 160 For complex objects, it may destructively modify SELF and 161 destructively modify/invalidate object OTHER. For standard classes 162 implementing this method, the result should be an object which is EQ 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.") 159 165 (:method (self other) (r- self other))) 160 166
Note:
See TracChangeset
for help on using the changeset viewer.