PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/MathTrig
oleibman b05dc31850
MathTrig - Change Names of funcWhatever to evaluate (#2008)
* MathTrig - Change Names of funcWhatever to evaluate

Per discussions while MathTrig was being broken up, this would help standardize the code. That idea was adopted partway through the breakup. This PR applies that standardization to the earlier efforts. A similar effort is required for DateTime; that will come later. This PR replaces #2006.

The only 2 remaining funcWhatevers in MathTrig are both in SUM, which required two different methods depending on whether or not string parameters were to be ignored. It seems appropriate to leave those method names non-standardized in order to require a decision about which is to be used if they are invoked internally.

3 Phpstan grandfathered errors were eliminated as part of this change, and its baseline has changed accordingly.

Co-authored-by: Mark Baker <mark@lange.demon.co.uk>
2021-04-20 22:43:29 +02:00
..
AbsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AcosTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AcoshTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AcotTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AcothTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AllSetupTeardown.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ArabicTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AsinTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AsinhTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Atan2Test.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AtanTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AtanhTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
BaseTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CeilingMathTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CeilingPreciseTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CeilingTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CombinATest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CombinTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CosTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CoshTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CotTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CothTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CscTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CschTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
DegreesTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
EvenTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ExpTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
FactDoubleTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
FactTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
FloorMathTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
FloorPreciseTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
FloorTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
GcdTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
IntTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LcmTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LnTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
Log10Test.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LogTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
MInverseTest.php Tag deprecations for MathTrig, and eliminate calls to the deprecated methods (#2005) 2021-04-18 12:19:53 +02:00
MMultTest.php Tag deprecations for MathTrig, and eliminate calls to the deprecated methods (#2005) 2021-04-18 12:19:53 +02:00
MRoundTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
MUnitTest.php MathTrig - Change Names of funcWhatever to evaluate (#2008) 2021-04-20 22:43:29 +02:00
MdeTermTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ModTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
MovedFunctionsTest.php Continue MathTrig Breakup - Completion! (#1985) 2021-04-05 16:39:03 +02:00
MultinomialTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
OddTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
PowerTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ProductTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
QuotientTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RadiansTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RandBetweenTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RandTest.php Continue MathTrig Breakup - Penultimate? (#1973) 2021-04-02 14:35:34 +02:00
RomanTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RoundDownTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RoundTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RoundUpTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SecTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SechTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SeriesSumTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SignTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SinTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SinhTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SqrtPiTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SqrtTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SubTotalTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumIfTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumIfsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumProductTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumSqTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumX2MY2Test.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumX2PY2Test.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SumXMY2Test.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
TanTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
TanhTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
TruncTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00