f1e82a212f
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * Additional unit tests for average functions, and fix to AVERAGEIF() function if third argument is passed * Update change log * Stricter typed comparisons in AVERAGEIF() conditions * Unit tests for BETADIST() and BETAINV()
21 lines
251 B
PHP
21 lines
251 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
1.020408163265,
|
|
[4, 5, 6, 7, 5, 4, 3],
|
|
],
|
|
[
|
|
1.65,
|
|
[10.5, 7.2],
|
|
],
|
|
[
|
|
17.2,
|
|
[7.2, 5.4, 45],
|
|
],
|
|
[
|
|
61.504,
|
|
[10.5, 7.2, 200, 5.4, 8.1],
|
|
],
|
|
];
|