PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/MathTrig
oleibman 6c1651e995
Floating-point Equality in Two Tests (#3064)
* Floating-point Equality in Two Tests

Merging a change today, Git reported failures that did not occur during "normal" unit testing. The merge still succeeded, but ... The problem was an error comparing float values for equal, and the inequality occurred beyond the 14th decimal digit. Change the tests in question, which incidentally were not part of the merged changed, to use assertEqualsWithDelta.

* Egad - 112 More Precision-related Problems

Spread across 9 test members.
2022-09-14 09:05:01 -07:00
..
AbsTest.php Initial work on implementing Array-enabled for the HLOOKUP() and VLOOKUP() functions (#2611) 2022-02-21 19:56:21 +01:00
AcosTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
AcoshTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
AcotTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
AcothTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
AllSetupTeardown.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
ArabicTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
AsinTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
AsinhTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
Atan2Test.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
AtanTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
AtanhTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
BaseTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
CeilingMathTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
CeilingPreciseTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
CeilingTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
CombinATest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
CombinTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
CosTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
CoshTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
CotTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
CothTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
CscTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
CschTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
DegreesTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
EvenTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
ExpTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
FactDoubleTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
FactTest.php Floating-point Equality in Two Tests (#3064) 2022-09-14 09:05:01 -07:00
FloorMathTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
FloorPreciseTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
FloorTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
GcdTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
IntTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
LcmTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
LnTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
Log10Test.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
LogTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00
MInverseTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
MMultTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
MRoundTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
MUnitTest.php Floating-point Equality in Two Tests (#3064) 2022-09-14 09:05:01 -07:00
MdeTermTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
ModTest.php Enable array-readiness for more Math/Trig functions 2022-02-12 16:56:06 +01:00
MovedFunctionsTest.php Continue MathTrig Breakup - Completion! (#1985) 2021-04-05 16:39:03 +02:00
MultinomialTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
OddTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
PowerTest.php Enable array-readiness for more Math/Trig functions 2022-02-12 16:56:06 +01:00
ProductTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
QuotientTest.php Enable array-readiness for more Math/Trig functions 2022-02-12 16:56:06 +01:00
RadiansTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
RandArrayTest.php Eliminate Most Scrutinizer Problems in Test Suite (#2699) 2022-03-21 13:58:42 -07:00
RandBetweenTest.php Scrutinizer Clean Up Tests (#3061) 2022-09-14 07:11:20 -07:00
RandTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
RomanTest.php Enable array-readiness for more Math/Trig functions 2022-02-12 16:56:06 +01:00
RoundDownTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
RoundTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
RoundUpTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
SecTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
SechTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
SequenceTest.php Eliminate Most Scrutinizer Problems in Test Suite (#2699) 2022-03-21 13:58:42 -07:00
SeriesSumTest.php I'm ignoring SUMIF() and SUMIFS() for the moment; so this should complete all the applicable Math/Trig functions;so the subset SERIESSUM() function and RANDBETWEEN() should complete Math/Trig (#2586) 2022-02-13 12:50:05 +01:00
SignTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
SinTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
SinhTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
SqrtPiTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
SqrtTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
SubTotalTest.php Handling of #REF! Errors in Subtotal, and More (#2902) 2022-06-25 22:08:32 -07:00
SumIfTest.php Fix for Issue 2158 (AverageIf Calculation Problem) (#2160) 2021-06-15 09:54:57 +02:00
SumIfsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumProductTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
SumSqTest.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
SumTest.php Expand [PR #2964](https://github.com/PHPOffice/PhpSpreadsheet/pull/2964) to cover all arithmetic operators, not just multiplication, and both left and right side values 2022-08-07 13:59:26 +02:00
SumX2MY2Test.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
SumX2PY2Test.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
SumXMY2Test.php Minor Improvement to Test Cleanup MathTrig 2021-05-14 09:54:24 +02:00
TanTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
TanhTest.php Initial work enabling Excel function implementations for handling arrays as arguments when used in "array formulae". (#2562) 2022-02-09 15:12:54 +01:00
TruncTest.php Enable array-readiness for more Math/Trig functions (#2584) 2022-02-12 20:47:47 +01:00