PhpSpreadsheet/tests/data/Calculation/Statistical/STDEVA_ODS.php

21 lines
298 B
PHP

<?php
return [
[
27.463915719843,
[1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
],
[
'#DIV/0!',
[],
],
[
0.7071067811865476,
[true, false],
],
[
0.577350269190,
[true, false, 1],
],
];