fix setting an invalid epsilon

Setting an invalid epsilon via the epsilon(value) or confiv("epsilon",
value) triggers an error.  The epsilon value must be: 0 < epsilon < 1.
This commit is contained in:
Landon Curt Noll
2023-08-31 03:20:38 -07:00
parent e021e2130f
commit b95a62c14e
3 changed files with 28 additions and 4 deletions

View File

@@ -86,6 +86,9 @@ The following are the changes from calc version 2.14.3.5 to date:
The len element in a ZVALUE is of type LEN. LEN type is SB32 when
MAJOR_VER < 3, or a uintptr_t otherwise.
Setting an invalid epsilon via the epsilon(value) or confiv("epsilon",
value) triggers an error. The epsilon value must be: 0 < epsilon < 1.
The following are the changes from calc version 2.14.3.4 to 2.14.3.5: