From ec5c584785f8e5c41dfcfab58f6faa316e912d25 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Sun, 18 Jun 2017 04:11:44 -0700 Subject: [PATCH] Fixed typo in lucas.cal comment --- cal/lucas.cal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cal/lucas.cal b/cal/lucas.cal index ddcd5df..7f8f523 100644 --- a/cal/lucas.cal +++ b/cal/lucas.cal @@ -869,7 +869,7 @@ rodseth_xhn(x, h, n) * jacobi(X-2, h*2^n-1) == 1 * jacobi(X+2, h*2^n-1) == -1 * - * If no value in that list works, we start simple search starting with X = 12/ + * If no value in that list works, we start simple search starting with X = 129 * and incrementing by 2 until a value of X is found. * * The x_tbl[] matrix contains those common values of X to try in order.