toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.mathematics
/
returnClosestCoprimes
return
Closest
Coprimes
fun
returnClosestCoprimes
(
number
:
Long
,
amount
:
Int
,
increment
:
Boolean
=
false
)
:
List
<
Long
>
Returns a specified amount of the closest co-primes in either direction from the number.