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 4377


Ignore:
Timestamp:
2016-06-06T19:54:16-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4376 r4377  
    110110
    111111(defgeneric subtract (minuend  &rest subtrahends)
    112   "Non-destructively subtract MINUEND and SUBTRAHENDS."
     112  "Successively subtracts SUBTRAHENDS from MINUEND. MINUEND. must not be destructively modified.
     113Instead, a copy of factor should be made and returned as the value of this function."
    113114  (:method ((minuend t) &rest subtrahends)
    114115    (cond ((endp subtrahends) (unary-minus (copy-instance minuend)))
Note: See TracChangeset for help on using the changeset viewer.