PhpSpreadsheet/tests/data/Calculation/MathTrig/SERIESSUM.php
2016-08-16 21:00:19 +09:00

35 lines
429 B
PHP

<?php
return [
[
5,
1,
1,
[
[
1,
1,
1,
1,
1,
],
],
3905,
],
[
2,
1,
2,
[
[
1,
2,
3,
4,
5,
],
],
3186,
],
];