Document work_segment known_primes parameter.

This commit is contained in:
2025-12-11 06:36:44 +01:00
parent 83b5e4a561
commit 1348f4343a

View File

@@ -19,6 +19,7 @@
/**
* @brief Work on a segment.
*
* @param known_primes:&Vec<u64> List of known primes at least until sqrt(end).
* @param start:usize Beginning of the segment (inclusive).
* @param end:usize End of the segment (exclusive).
*