6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
= Relative Prime =
|
|
|
|
Two numbers are Relative Primes if they have not common prime factors.
|
|
Equivalently, a and b are relatively prime if their [[gcd]] is 1.
|
|
|