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 4257


Ignore:
Timestamp:
2016-06-04T20:32:58-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4249 r4257  
    5858  (:documentation "Returns the unary inverse of SELF."))
    5959
    60 (defgeneric universal-gcd (self other)
    61   (:documentation "Set SELF value to GCD(SELF, OTHER)"))
     60(defgeneric universal-gcd (object other)
     61  (:documentation "Return GCD(OBJECT, OTHER)"))
    6262
    6363(defgeneric universal-ezgcd (x y)
Note: See TracChangeset for help on using the changeset viewer.