Compute the Euler's phi function of a large integer.

For more information about this topic please visit: Euler's totient function.

With these constraints:

  • n is a nonnegative integer greater than 0.
  • "large integer" means 32bit integer
  • vectorized Input

Examples:

  1. eulerphi(4) = 2
  2. eulerphi(11) = 10

Solution Stats

419 Solutions

102 Solvers

Last Solution submitted on Apr 20, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...