diff --git a/components/tachart/fpdoc/tamath.xml b/components/tachart/fpdoc/tamath.xml index 0406302294..463383bbe3 100644 --- a/components/tachart/fpdoc/tamath.xml +++ b/components/tachart/fpdoc/tamath.xml @@ -2,13 +2,12 @@ If A is greater than B then both numbers are exchanged to make sure that A is never greater than B. - Expands the interval between ALo and AHi by subtracting ACoeff from ALo and adding it to AHi + Expands the interval between ALo and AHi by subtracting the fraction ACoeff of the distance AHi-ALo from ALo and adding it to AHi Checks whether A is equal to B in a way which does not crash when one of the arguments is NaN ("not a number"). Returns the minimum of the numbers A and B. Does not crash when one of the values is NaN (Not a Number). - Returns true when AValue is within or at the bounds of the interval between ABound1 and ABound2 - + Returns true when AValue is within or at the bounds of the interval between ABound1 and ABound2. The result is correct even if the bounds are in reverse order. Returns true when AValue is within or at the bounds of the interval between ABound1 and ABound2 Whether AValue is at the bounds of the interval is allowed within the specified tolerance AEpsilon where the default AEpsilon=0 is interpreted as a 1E-12 fraction of the interval length.