lcm

Least common multiple

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
lcm
()
(
auto const ref BigInt a
,
auto const ref BigInt b
)

Parameters

a BigInt

a positive integer x

b BigInt

a positive integer y

Return Value

Type: BigInt

z, smallest integer such that z % x == 0 and z % y == 0

Meta