sympy_totient
Calculate Euler's totient function φ(n) to determine the count of integers up to n that are coprime with it, using SymPy's symbolic mathematics library.
Instructions
Euler's totient function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Positive integer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |