Add cal/palindrome.cal resource file

This commit is contained in:
Landon Curt Noll
2021-11-06 14:48:45 -07:00
parent dbf5acf5e8
commit 8b98a7c1f6
4 changed files with 604 additions and 11 deletions

View File

@@ -248,6 +248,12 @@ 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: