Number Theory
analyze_number_theoryPerform number theory operations on integers: check primality, find prime factors, divisors, and compute Euler's totient.
Instructions
Number theory operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Integer to analyze | |
| operation | Yes | Number theory operation (is_prime, prime_factors, divisors, totient) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||