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 3388


Ignore:
Timestamp:
2015-08-27T08:44:51-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3387 r3388  
    105105
    106106(defgeneric r* (x y)
    107   (:method ((x number) (y number)) (* x y))
     107  (:method (x y (* x y))
    108108  (:documentation "Multiplies ring elements."))
    109109
Note: See TracChangeset for help on using the changeset viewer.