Function totient

Source
pub fn totient(n: u64) -> u64
Expand description

nと互いに素である自然数の個数を求める。