Changeset 4115 for branches/f4grobner
- Timestamp:
- 2016-06-01T13:51:20-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r4114 r4115 94 94 95 95 (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." 97 97 (declare (ignore object initargs)) 98 98 (let ((copy (call-next-method)))
Note:
See TracChangeset
for help on using the changeset viewer.