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

13 lines
185 B
PHP

<?php
return [
[
26.0545581424825,
[1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
],
[
'#DIV/0!',
['A', 'B', 'C'],
],
];