sympy_totient
Compute Euler's totient function for a positive integer, returning the count of numbers coprime to n.
Instructions
Euler's totient function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Positive integer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |