Back to Cosmos

README

code/mathematical_algorithms/src/euler_totient/README.md

latest229 B
Original Source

Euler's totient function, also known as phi-function ϕ(n)ϕ(n), is the number of integers between 1 and n, inclusive, which are coprime to n. Two numbers are coprime if their greatest common divisor equals 1

use make to compile