NT_PHI

NT_PHI Euler's totient function

Synopsis

NT_PHI(n)

Arguments

n: positive integer

Note

Euler's totient function gives the number of integers less than or equal to n that are relatively prime (coprime) to n.

See also

NT_D, ITHPRIME, NT_SIGMA.