aspcore.utilities.get_smallest_coprime

aspcore.utilities.get_smallest_coprime(N)

Get the smallest value that is coprime with N

Parameters:

N (int) – The number to find a coprime to

Returns:

coprime – The smallest coprime to N

Return type:

int