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

33 lines
452 B
PHP

<?php
return [
[
1.862243320728,
0.52, 3, 4, 1, 3,
],
[
2.164759759129,
0.3, 7.5, 9, 1, 4,
],
[
7.761240188783,
0.75, 8, 9, 5, 10,
],
[
2.0,
0.685470581055, 8, 10, 1, 3,
],
[
0.303225844664,
0.2, 4, 5, 0, 1,
],
[
'#VALUE!',
0.2, 'NAN', 5, 0, 1,
],
[
'#NUM!',
0.2, -4, 5, 0, 1,
],
];