PhpSpreadsheet/tests/data/Calculation/MathTrig/SUMSQ.php
Adrien Crivelli 8dddf56c2e
Use proper syntax for variadic functions
This simplify code, increase readability and improve the function
signature for API users.
2017-01-23 15:01:20 +09:00

48 lines
436 B
PHP

<?php
return [
[
25,
3,
4,
],
[
39,
5,
2,
1,
3,
],
[
66,
5,
2,
1,
6,
],
[
10,
1,
3,
],
[
30,
1,
3,
2,
4,
],
[
83,
3,
5,
7,
],
[
14,
1,
2,
3,
],
];