Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.algebraicExtra
/
dev.lounres.kone.numberTheory
/
BezoutCoefficientsWithGCD
Bezout
Coefficients
With
GCD
@
JvmInline
value
class
BezoutCoefficientsWithGCD
<
T
>
(
val
first
:
T
,
val
second
:
T
,
val
gcd
:
T
)
(
source
)
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