Package de.tilman_neumann.jml.gcd
Class EEA63.Result
java.lang.Object
de.tilman_neumann.jml.gcd.EEA63.Result
- Enclosing class:
- EEA63
public static class EEA63.Result
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Result(long g, long a, long b)
-
Method Summary
Modifier and Type Method Description java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
g
public long ggcd -
a
public long aif g==1 then a = (1/x) mod y -
b
public long bif g==1 then b = (1/y) mod x
-
-
Constructor Details
-
Result
public Result(long g, long a, long b)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-