sympy_nextprime
Find the next prime number greater than a given integer. Solves prime sequencing needs in algebraic computations.
Instructions
Return the next prime after n.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Integer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |