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

24 lines
281 B
PHP

<?php
return [
[
1260,
2,
3,
4,
],
[
27720,
3,
1,
2,
5,
],
[1, 0],
['#NUM!', 3, -1],
['#VALUE!', 3, 'X'],
['#VALUE!', 3, null],
['#VALUE!', 3, true],
['exception'],
];