sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/MathTrig/COMBIN.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

127 lines
1.2 KiB
PHP

<?php
// NumObjs, NumInSet, Result
return [
[
35,
7,
3,
],
[
28,
8,
2,
],
[
56,
8,
3,
],
[
70,
8,
4,
],
[
161700,
100,
3,
],
[
'#NUM!',
-7,
-10,
],
[
'#NUM!',
-7,
10,
],
[
'#NUM!',
7,
-10,
],
[
'#NUM!',
2,
3,
],
[
1,
2,
2,
],
[
2,
2,
1,
],
[
1,
2,
0,
],
[
1,
2.5,
2,
],
[
'#VALUE!',
'ABCD',
'EFGH',
],
[
252,
10,
5,
],
[
120,
10,
3,
],
[
20349,
21,
5,
],
[
6,
6,
1,
],
[
15,
6,
2,
],
[
20,
6,
3,
],
[
15,
6,
4,
],
[
6,
6,
5,
],
[
1,
6,
6,
],
[
'#NUM!',
6,
7,
],
];