euler_totient
Calculate Euler's totient function φ(n) to determine the count of integers up to n that are coprime with n.
Instructions
Calculate Euler's totient function φ(n) - count of integers ≤ n coprime to n. (Domain: arithmetic, Category: arithmetic_functions)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |