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 2017


Ignore:
Timestamp:
2015-06-17T15:09:21-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2016 r2017  
    112112            &aux (c (gcd x y)))
    113113    (values c (/ x c) (/ y c))))
     114
     115(defgeneric ring-gcd (x y)
     116  (:method ((x integer) (y integer))
     117    (gcd x y)))
     118           
     119
Note: See TracChangeset for help on using the changeset viewer.