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 4115


Ignore:
Timestamp:
2016-06-01T13:51:20-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4114 r4115  
    9494
    9595(defmethod copy-instance :around ((object poly)  &rest initargs &key &allow-other-keys)
    96   "An :AROUND method of COPY-INSTANCE. It replaces term with a fresh copy of the TERMLIST."
     96  "Returns a deep copy of the polynomial POLY, by copying the TERMLIST and its terms."
    9797    (declare (ignore object initargs))
    9898    (let ((copy (call-next-method)))
Note: See TracChangeset for help on using the changeset viewer.