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.

Ignore:
Timestamp:
2016-06-01T10:34:43-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4097 r4098  
    184184
    185185(defgeneric multiply-by (self other)
    186   (:documentation "Multiply SELF by OTHER, return SELF.")
     186  (:documentation "Multiply SELF by OTHER, return SELF. The object SELF
     187may be destructively modified in the process, while OTHER should remain
     188unmodified.")
    187189  (:method ((self number) (other number)) (* self other))
    188190  (:method ((self monom) (other monom))
Note: See TracChangeset for help on using the changeset viewer.