Returns the value of Euler's totient function of a number.
Number greater than 0
// Returns 4, the number of divisors of 10const totient = Chalkboard.numb.Euler(10); Copy
// Returns 4, the number of divisors of 10const totient = Chalkboard.numb.Euler(10);
Generated using TypeDoc
Returns the value of Euler's totient function of a number.