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

17 lines
225 B
PHP

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