PhpSpreadsheet/tests/data/Calculation/MathTrig/PRODUCT.php
Adrien Crivelli 8dddf56c2e
Use proper syntax for variadic functions
This simplify code, increase readability and improve the function
signature for API users.
2017-01-23 15:01:20 +09:00

52 lines
554 B
PHP

<?php
return [
[
2250,
5,
15,
30,
],
[
4500,
5,
15,
30,
2,
],
[
1440,
3,
6,
2,
8,
5,
],
[
12,
3,
4,
],
[
54,
3,
4,
4.5,
],
[
-366.12,
3,
4,
4.5,
-6.7800000000000002,
],
[
732.24000000000001,
3,
4,
4.5,
-6.7800000000000002,
-2,
],
];