close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2714


Ignore:
Timestamp:
2015-06-20T16:56:59-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2713 r2714  
    157157
    158158(defgeneric subtract-from (self other)
     159  (:documentation "Subtract from an object SELF another object OTHER.
     160For complex objects, it may destructively modify SELF and
     161destructively modify/invalidate object OTHER. For standard classes
     162implementing this method, the result should be an object which is EQ
     163to SELF. For built-in classes, such as NUMBER, the returned object may
     164not be EQ to the original, but it will be EQL to it.")
    159165  (:method (self other) (r- self other)))
    160166
Note: See TracChangeset for help on using the changeset viewer.