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 3418


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3413 r3418  
    117117
    118118(defgeneric r/ (x &rest y)
    119   (:method ((x number) &rest y) `(/ ,x ,@y))
     119  (:method ((x number) &rest y) (apply #'/ (cons x y)))
    120120  (:documentation "Divides ring elements."))
    121121
Note: See TracChangeset for help on using the changeset viewer.