PhpSpreadsheet/tests/data/Calculation/MathTrig/FACTDOUBLE.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

37 lines
330 B
PHP

<?php
return [
[
1,
0,
],
[
48,
6,
],
[
105,
7,
],
[
15,
5,
],
[
384,
8,
],
[
135135,
13,
],
[
'#NUM!',
-1,
],
[
'#VALUE!',
'ABC',
],
];