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()
13 lines
144 B
PHP
13 lines
144 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
0.960370937542,
|
|
3, 7.5, 9, 1, 4,
|
|
],
|
|
[
|
|
0.598190307617,
|
|
7.5, 8, 9, 5, 10,
|
|
],
|
|
];
|