sympy_divisors
Calculate all divisors of a positive integer using symbolic mathematics for number theory and algebraic computations.
Instructions
Return divisors of n.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Positive integer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |