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

20 lines
246 B
PHP

<?php
return [
[
6,
[5, 2, 3],
[3, 1, 2],
],
[
79,
[2, 3, 9, 1, 8, 7, 5],
[6, 5, 11, 7, 5, 4, 4],
],
[
64,
[[1, 2], [3, 4]],
[[5, 6], [7, 8]],
],
];