mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Improved lucas.cal vt tables and arg checking
This commit is contained in:
12
CHANGES
12
CHANGES
@@ -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.
|
||||
|
Reference in New Issue
Block a user