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

35 lines
429 B
PHP
Raw Normal View History

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