From c028ea478f787af72e6283226b2e21ba922396bf Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Tue, 23 May 2017 18:47:23 -0700 Subject: [PATCH] Reduce max line length in lucas.cal comment --- README => README.developer | 0 cal/lucas.cal | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename README => README.developer (100%) diff --git a/README b/README.developer similarity index 100% rename from README rename to README.developer diff --git a/cal/lucas.cal b/cal/lucas.cal index 5caf59a..6155d9a 100644 --- a/cal/lucas.cal +++ b/cal/lucas.cal @@ -171,8 +171,8 @@ pprod256 = 0; /* product of "primes up to 256" / "primes up to 46" */ * "Lucasian Criteria for the Primality of N=h*2^n-1", by Hans Riesel, * Mathematics of Computation, Vol 23 #108, pp. 869-875, Oct 1969 * - * http://www.ams.org/journals/mcom/1969-23-108/ - * S0025-5718-1969-0262163-1/S0025-5718-1969-0262163-1.pdf + * http://www.ams.org/journals/mcom/1969-23-108/S0025-5718-1969-0262163-1/ + * S0025-5718-1969-0262163-1.pdf * * NOTE: Join the above two lines for the complete URL of the paper. *