* 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 |
||
|---|---|---|
| .. | ||
| Engine | ||
| Functions | ||
| CalculationTest.php | ||
| DefinedNameConfusedForCellTest.php | ||
| DefinedNamesCalculationTest.php | ||
| FormulaAsStringTest.php | ||
| FunctionsTest.php | ||
| LookupRefTest.php | ||
| TranslationTest.php | ||
| XlfnFunctionsTest.php | ||