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

21 lines
294 B
PHP

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