wheel_sieve
Generate prime numbers up to a specified limit using wheel factorization to improve computational efficiency in arithmetic operations.
Instructions
Wheel sieve using wheel factorization for improved efficiency. (Domain: arithmetic, Category: sieve_algorithms)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| wheel_primes | No |