From ff8f921ebc955e338e2da39455ccadf32eba4f5b Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Sun, 7 Nov 2021 18:39:43 -0800 Subject: [PATCH] Fix CHANGES note for palindrome.cal --- CHANGES | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 434fbda..1ed789d 100644 --- a/CHANGES +++ b/CHANGES @@ -210,6 +210,12 @@ The following are the changes from calc version 2.14.0.0 to date: Wrong type of arguments to printf in have_fpos_pos.c Multiplication result converted to larger type in zfunc.c + Added palindrome.cal resource file. For example, to find the + largest (highly probable) prime palindrome under 280 decimal + digits (text tweet limit): + + prevprimepal(1e280) + The following are the changes from calc version 2.13.0.1 to 2.13.0.1: @@ -248,12 +254,6 @@ The following are the changes from calc version 2.13.0.1 to 2.13.0.1: The help and man builtin commands now return an error when a help file cannot be opened, such as when there is no help file. - Added palindrome.cal resource file. For example, to find the - largest (highly probable) prime palindrome under 280 decimal - digits (text tweet limit): - -` prevprimepal(1e280) - The following are the changes from calc version 2.13.0.0 to 2.13.0.0: