PhpSpreadsheet/tests/data/Calculation/MathTrig/SUMSQ.php

48 lines
436 B
PHP
Raw Normal View History

<?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,
],
];