PhpSpreadsheet/tests/data/Calculation/Statistical/FISHERINV.php
Mark Baker fe121e8f7a
Additional statistical unit tests for non-happy path (#1594)
* Additional statistical unit tests for non-happy path
2020-07-25 21:58:08 +02:00

25 lines
257 B
PHP

<?php
return [
[
-0.197375320225,
-0.2,
],
[
0.0,
0.0,
],
[
0.761594155956,
1.0,
],
[
0.992631520201,
2.8,
],
[
'#VALUE!',
'NAN',
],
];