sympy_prevprime
Find the largest prime number smaller than a given integer using symbolic mathematics for number theory applications.
Instructions
Return the previous prime before n.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Integer > 2 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |