Changeset 4258 for branches/f4grobner
- Timestamp:
- 2016-06-04T20:33:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r4257 r4258 63 63 (defgeneric universal-ezgcd (x y) 64 64 (:documentation "Solves the diophantine system: X=C*X1, Y=C*X2, 65 C=GCD(X,Y). It returns C, X1 and Y1. The result may be obtained by65 C=GCD(X,Y). It returns three values: C, X1 and Y1. The result may be obtained by 66 66 the Euclidean algorithm.")) 67 67
Note:
See TracChangeset
for help on using the changeset viewer.