Online Euler's totient calculator
Compute Euler's totient function $\phi(n)$
What is Euler's totient function?
Euler's totient function counts the positive integers up to a given integer $n$ that are relatively prime to $n$.
We have :
$$\phi(n) = n \prod_{\substack{p | n \\ \text{p prime}}} \left( 1 - \dfrac{1}{p} \right)$$