Reduce max line length in lucas.cal comment

This commit is contained in:
Landon Curt Noll
2017-05-23 18:47:23 -07:00
parent 62bdba6d22
commit c028ea478f
2 changed files with 2 additions and 2 deletions

View File

@@ -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, * "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 * Mathematics of Computation, Vol 23 #108, pp. 869-875, Oct 1969
* *
* http://www.ams.org/journals/mcom/1969-23-108/ * http://www.ams.org/journals/mcom/1969-23-108/S0025-5718-1969-0262163-1/
* S0025-5718-1969-0262163-1/S0025-5718-1969-0262163-1.pdf * S0025-5718-1969-0262163-1.pdf
* *
* NOTE: Join the above two lines for the complete URL of the paper. * NOTE: Join the above two lines for the complete URL of the paper.
* *