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
/
bezoutIdentityWithGCD
bezout
Identity
With
GCD
fun
bezoutIdentityWithGCD
(
a
:
Int
,
b
:
Int
)
:
BezoutCoefficientsWithGCD
<
Int
>
(
source
)
fun
bezoutIdentityWithGCD
(
a
:
Long
,
b
:
Long
)
:
BezoutCoefficientsWithGCD
<
Long
>
(
source
)
Computes "the smallest"
Bézout coefficients
and
GCD
of
a
and
b
.
fun
<
N
>
bezoutIdentityWithGCD
(
a
:
N
,
b
:
N
)
:
BezoutCoefficientsWithGCD
<
N
>
(
source
)