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 3413


Ignore:
Timestamp:
2015-08-27T16:42:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3412 r3413  
    116116OTHER is the right factor."))
    117117
    118 (defgeneric r/ (x y)
    119   (:method ((x number) (y number)) (/ x y))
     118(defgeneric r/ (x &rest y)
     119  (:method ((x number) &rest y) `(/ ,x ,@y))
    120120  (:documentation "Divides ring elements."))
    121121
Note: See TracChangeset for help on using the changeset viewer.