Prime Number Checker
Range length cap: 1,000,000 (to avoid performance issues).
Max 100 numbers per batch.
If points > threshold, data will be bucketed into bucketCount
bins for plotting.
Visualization
Chart plots primes (or bucket counts) — first 5000 points shown by default to preserve performance.
History
All processing is client-side using math.js and native JS. Range cap: 1,000,000. Batch cap: 100 numbers. Exports limited to 10MB.