Document work_segment known_primes parameter.
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
/**
|
/**
|
||||||
* @brief Work on a segment.
|
* @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 start:usize Beginning of the segment (inclusive).
|
||||||
* @param end:usize End of the segment (exclusive).
|
* @param end:usize End of the segment (exclusive).
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user