mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
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:
3
CHANGES
3
CHANGES
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user