Exact number theory
number_theoryPerform exact number theory operations on large integers: compute GCD, LCM, prime factors, modular exponentiation, inverse, and Euler's totient using BigInt.
Instructions
Run exact integer operations using BigInt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | Integer operands. Use strings for large integers. | |
| operation | Yes |