Skip to main content

are_coprime

Function are_coprime 

pub const fn are_coprime(left: i128, right: i128) -> bool
Expand description

Returns whether two integers share no positive common divisor other than one.