get_smallest_coprime()
Get the smallest value that is coprime with N
N (int) – The number to find a coprime to
coprime – The smallest coprime to N
int