is_prime
Determine whether a given integer is prime, returning a clear true or false result to support number theory checks and mathematical workflows.
Instructions
Return whether a number is prime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |