primes_range
List prime numbers in a specified range. Optionally generate the first N primes by setting a limit.
Instructions
List primes in a range or generate the first N primes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| end | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||