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 2810


Ignore:
Timestamp:
2015-06-20T22:09:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2809 r2810  
    114114(defgeneric r-gcd (x y)
    115115  (:method ((x integer) (y integer))
    116     (gcd x y)))
     116    (gcd x y))
     117  (:documentation "Returns GCD(X,Y)."))
    117118
    118119(defgeneric r-dimension (object))
Note: See TracChangeset for help on using the changeset viewer.