Aer/tests/eulers_totient.exp
belliash 8331d36869
All checks were successful
The build was successful.
Program to calculate Euler's Totient Function.
2019-04-20 14:17:06 +02:00

10 lines
110 B
Plaintext

phi(1) = 1
phi(2) = 1
phi(3) = 2
phi(4) = 2
phi(5) = 4
phi(6) = 2
phi(7) = 6
phi(8) = 4
phi(9) = 6
phi(10) = 4