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 4247


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/integer-ring.lisp

    r4244 r4247  
    2929           "DIVIDE-BY"
    3030           "UNARY-MINUS"
    31            "UNIVERSAL-EZGCD"
     31           "UNIVERSAL-GCD"
    3232           "UNIVERSAL-EQUALP"
    3333           "UNIVERSAL-ZEROP"
     
    9191    (zerop value)))
    9292
    93 (defmethod universal-ezgcd ((self integer-ring) (other integer-ring))
     93(defmethod universal-gcd ((self integer-ring) (other integer-ring))
    9494  (with-slots (value)
    9595      self
Note: See TracChangeset for help on using the changeset viewer.