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

13 lines
147 B
PHP

<?php
return [
[
2.164759759129,
0.3, 7.5, 9, 1, 4,
],
[
7.761240188783,
0.75, 8, 9, 5, 10,
],
];