PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions
Mark Baker a34dd71cce
Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959)
* Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice
* Simplify STDEV() function logic by remembering that STDEV() is simply the square root of VAR(), so we can simply use the VAR() calculaion rather than duplicating the basic logic... and also allow for the differences between Excel/Gnumeric and Open/LibreOffice
2021-03-27 18:31:24 +01:00
..
Database Initial experiments using the new Database query logic with Conditional Statistical Functions (#1880) 2021-02-27 18:26:12 +01:00
DateTime Complete Breakup Of Calculation/DateTime Functions (#1937) 2021-03-21 09:12:05 +01: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 Add support for IFS() logical function (#1442) 2020-06-20 18:21:19 +02:00
LookupRef Resolve Deprecated setMethods() call when Mocking for tests (#1925) 2021-03-15 14:50:05 +01:00
MathTrig Continue MathTrig Breakup - Problem Children (#1954) 2021-03-26 17:35:30 +09:00
Statistical Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
TextData New Bessel Algorithm, providing a higher degree of accuracy and precision (#1946) 2021-03-24 13:29:54 +01:00
Web WEBSERVICE is HTTP client agnostic 2020-07-19 11:33:01 +09:00