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 4378


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

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