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.

Ignore:
Timestamp:
2016-06-07T09:24:32-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/rational-field.lisp

    r4362 r4387  
    105105  (copy-instance *rational-field-unit*))
    106106
    107 
    108 (defmethod universal-ezgcd ((object rational-field) (other rational-field))
    109   (values (copy-instance *rational-field-unit*)
    110           (copy-instance object)
    111           (copy-instance other)))
Note: See TracChangeset for help on using the changeset viewer.