Improved lucas.cal vt tables and arg checking

This commit is contained in:
Landon Curt Noll
2017-06-09 15:44:48 -07:00
parent f91bfaab70
commit 0145883396
5 changed files with 114 additions and 41 deletions

12
CHANGES
View File

@@ -1,4 +1,13 @@
The following are the changes from calc version 2.12.6.0 to date:
The following are the changes from calc version 2.12.6.1 to date:
Improved gen_v1(h,n) in lucas.cal to use an even faster search method.
Improved are checking in lucas.cal. In particular both h and n must be
integers >= 1. In the case of both rodseth_xhn(x, h, n) and gen_v1(h, n)
h must be odd.
The following are the changes from calc version 2.12.6.0 to 2.12.6.0:
Added the makefile variable ${COMMON_ADD} that will add flags
to all compile and link commands. The ${COMMON_ADD} flags are
@@ -68,7 +77,6 @@ The following are the changes from calc version 2.12.6.0 to date:
Fixed a number of typos in the CHANGES file.
The following are the changes from calc version 2.12.5.4 to 2.12.5.6:
Recompile to match current RHEL7.2 libc and friends.