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 3560


Ignore:
Timestamp:
2015-09-05T16:43:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3559 r3560  
    208208      copy))
    209209
    210 (defgeneric multiply-2 (object1 object2)
     210(defun multiply-2 (object1 object2)
    211211  "Multiply OBJECT1 by OBJECT2"
    212212  (multiply-by (copy-instance object1) (copy-instance object2)))
Note: See TracChangeset for help on using the changeset viewer.