segmented_sieve
Find prime numbers within a specified range using a memory-efficient algorithm. This tool calculates all primes between given low and high values with optimized resource usage.
Instructions
Segmented sieve for finding primes in a range [low, high] with memory efficiency. (Domain: arithmetic, Category: sieve_algorithms)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | Yes | ||
| high | Yes |