sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/MathTrig/SUMSQ.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04: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,
],
];