summaryrefslogtreecommitdiff
path: root/src/wheel-gen.pl
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-02-06 09:53:58 +0000
committerJim Meyering <jim@meyering.net>2001-02-06 09:53:58 +0000
commit1de223c22657e4fa10b331dd4ca6943248b2bb03 (patch)
tree9677c9353756a5d9086baa42da0d5302f84bb539 /src/wheel-gen.pl
parenteeae6e79ddd70e582cba2074fb7edf890d11e176 (diff)
downloadcoreutils-1de223c22657e4fa10b331dd4ca6943248b2bb03.tar.xz
better comment
Diffstat (limited to 'src/wheel-gen.pl')
-rwxr-xr-xsrc/wheel-gen.pl6
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;