Changeset 4361 for branches/f4grobner
- Timestamp:
- 2016-06-06T18:10:19-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/rational-field.lisp
r4358 r4361 102 102 (copy-instance *rational-field-unit*)) 103 103 104 (defmethod universal-ezgcd ((object rational-field) (other rational-field)) 105 (values (copy-instance *rational-field-unit*) 106 (copy-instance object) 107 (copy-instance other))) 104 (defmethod universal-gcd ((self rational-field) (other rational-field)) 105 (copy-instance *rational-field-unit*))
Note:
See TracChangeset
for help on using the changeset viewer.