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

52 lines
554 B
PHP

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