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

32 lines
374 B
PHP

<?php
return [
[
3,
3.5,
[7, 3.5, 3.5, 1, 2],
],
[
5,
7,
[7, 3.5, 3.5, 1, 2],
],
[
2,
3.5,
[7, 3.5, 3.5, 1, 2],
1,
],
[
1,
7,
[7, 3.5, 3.5, 1, 2],
1,
],
[
2,
7.2,
[10.5, 7.2, 200, 5.4, 8.1],
],
];