diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/wheel-gen.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wheel-gen.pl b/src/wheel-gen.pl index 90e6801e2..27b952219 100755 --- a/src/wheel-gen.pl +++ b/src/wheel-gen.pl @@ -60,8 +60,10 @@ sub is_prime ($) print <<EOF; /* The first $ws_m1 elements correspond to the incremental offsets of the first $wheel_size primes (@primes). The $wheel_size(th) element is the - difference between that last prime and the next largest integer that is - not a multiple of those primes. */ + difference between that last prime and the next largest integer + that is not a multiple of those primes. The remaining numbers + define the wheel. For more information, see + http://www.utm.edu/research/primes/glossary/WheelFactorization.html. */ EOF my @increments; |