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

37 lines
330 B
PHP
Raw Normal View History

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