Changeset 2712 for branches/f4grobner
- Timestamp:
- 2015-06-20T16:55:23-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2693 r2712 148 148 149 149 (defgeneric add-to (self other) 150 (:documentation "Add to object SELF another object OTHER. For 151 complex objects, it may destructively modify SELF and destructively 152 modify/invalidate object OTHER. The result is an object which is EQ 153 to SELF. NOTE: For built-in classes, such as NUMBER, the returned 154 object may not be EQ to the original, but it will be EQL to it.") 150 155 (:method (self other) (r+ self other))) 151 156
Note:
See TracChangeset
for help on using the changeset viewer.