returnClosestCoprimes

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.