prevprime
Find the largest prime number less than a given integer greater than 2.
Instructions
Find the previous prime before n.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Integer > 2. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |