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 3419


Ignore:
Timestamp:
2015-08-27T17:09:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3418 r3419  
    116116OTHER is the right factor."))
    117117
    118 (defgeneric r/ (x &rest y)
    119   (:method ((x number) &rest y) (apply #'/ (cons x y)))
     118(defgeneric r/ (numerator &rest denominators)
     119  (:method ((numerator number) &rest denominators) (apply #'/ (cons numerator denominators)))
    120120  (:documentation "Divides ring elements."))
    121121
Note: See TracChangeset for help on using the changeset viewer.