mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release v2.14.0.7
The following are the changes in this release: Fizzbin is a better word. :-) 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)
This commit is contained in:
@@ -54,7 +54,7 @@ static char *program;
|
||||
#define MAJOR_VER 2 /* major library version */
|
||||
#define MINOR_VER 14 /* minor library version */
|
||||
#define MAJOR_PATCH 0 /* major software version level */
|
||||
#define MINOR_PATCH 6 /* minor software version level */
|
||||
#define MINOR_PATCH 7 /* minor software version level */
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user