Files
PhpSpreadsheet/tests/data/Calculation/Statistical/DEVSQ.php
Mark Baker e4973fa041 Start work on refactoring the last of the Excel Statistical functions (#2033)
* Refactoring the last of the Excel Statistical functions
2021-04-29 14:34:50 +02:00

21 lines
255 B
PHP

<?php
return [
[
48,
[4, 5, 8, 7, 11, 4, 3],
],
[
47.5,
[1, 3, 5, 2, 9, 7],
],
[
79.875,
[1, 3, 5, 2, 9, 7, 8, 10],
],
[
'#NUM!',
['A', 'B', 'C', 'D'],
],
];