sympy_prime
Calculate the n-th prime number using SymPy's symbolic mathematics library for number theory computations.
Instructions
Return the n-th prime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Positive integer (1-indexed) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |