[][src]Function red_primality::euler_totient

pub fn euler_totient(n: u64) -> u64

Euler's totient function

Factors n and uses the factorization to calculate the totient function.