is_prime
Check if a given integer is prime, with optional rigorous verification for guaranteed accuracy.
Instructions
Test whether an integer is prime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| rigorous | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||