PhpSpreadsheet/tests/data/Calculation/Statistical/LINEST.php
Mark Baker 9683e5be18
More unit tests for statistical functions, including a bugfix to LARGE() (#1601)
* More unit tests for statistical functions, including a bugfix to LARGE() that was identified in testing
2020-07-29 23:56:37 +02:00

12 lines
125 B
PHP

<?php
return [
[
[2.0, 1.0],
[1, 9, 5, 7],
[0, 4, 2, 3],
true,
false,
],
];