PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions
oleibman 95b8c4d59b
Continue MathTrig Breakup - Completion! (#1985)
* Continue MathTrig Breakup - Completion!

Continuing the process of breaking MathTrip.php up into smaller classes. This round takes care of everything that was left:
- ABS
- DEGREES
- EXP
- RADIANS
- SQRT
- SQRTPI
- SUMSQ, SUMX2MY2, SUMX2PY2, SUMXMY2

The only notable logic change was that the 3 SUMX* functions had accepted arrays of unlike length; in that condition, they now return N/A, as Excel does. There had been no tests for this condition.

All the functions in MathTrig.php are now deprecated. Except for COMBIN, the test suite executes them only from MathTrig MovedFunctionsTest. COMBIN is still directly called by some Statistics Binomial functions which have not yet had the opportunity to be re-coded for the new location.


Co-authored-by: Mark Baker <mark@lange.demon.co.uk>
2021-04-05 16:39:03 +02:00
..
Database Initial experiments using the new Database query logic with Conditional Statistical Functions (#1880) 2021-02-27 18:26:12 +01:00
DateTime Let's start with some appeasements to phpstan, just to reduce the baseline (#1983) 2021-04-03 17:10:40 +02:00
Engineering New Bessel Algorithm, providing a higher degree of accuracy and precision (#1946) 2021-03-24 13:29:54 +01:00
Financial Extract ACCRINT() and ACCRINTM() Financial functions into their own class (#1956) 2021-03-26 22:49:16 +01:00
Logical Let's start with some appeasements to phpstan, just to reduce the baseline (#1983) 2021-04-03 17:10:40 +02:00
LookupRef Resolve Deprecated setMethods() call when Mocking for tests (#1925) 2021-03-15 14:50:05 +01:00
MathTrig Continue MathTrig Breakup - Completion! (#1985) 2021-04-05 16:39:03 +02:00
Statistical Let's start with some appeasements to phpstan, just to reduce the baseline (#1983) 2021-04-03 17:10:40 +02:00
TextData Let's start with some appeasements to phpstan, just to reduce the baseline (#1983) 2021-04-03 17:10:40 +02:00
Web WEBSERVICE is HTTP client agnostic 2020-07-19 11:33:01 +09:00