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

33 lines
383 B
PHP

<?php
return [
[
1.960041187127,
0.05464, 60,
],
[
1.221255395004,
0.25, 10,
],
[
0.699812061312,
0.5, 10,
],
[
'#VALUE!',
'NaN', 10,
],
[
'#VALUE!',
0.5, 'NaN',
],
[
'#NUM!',
-0.5, 10,
],
[
'#NUM!',
0.5, 0,
],
];