Kone
0.0.0-dev-1
common
kone.numberTheory
/
com.lounres.kone.numberTheory
/
BezoutCoefficientsWithGCD
Bezout
Coefficients
With
GCD
data
class
BezoutCoefficientsWithGCD
<
T
>
(
val
first
:
T
,
val
second
:
T
,
val
gcd
:
T
)
Container for
Bézout coefficients
and
GCD
.
Members
Constructors
Bezout
Coefficients
With
GCD
Link copied to clipboard
constructor
(
first
:
T
,
second
:
T
,
gcd
:
T
)
Properties
first
Link copied to clipboard
val
first
:
T
gcd
Link copied to clipboard
val
gcd
:
T
second
Link copied to clipboard
val
second
:
T