PhpSpreadsheet/tests/data/Calculation/Statistical/GAMMALN.php
Mark Baker fe121e8f7a
Additional statistical unit tests for non-happy path (#1594)
* Additional statistical unit tests for non-happy path
2020-07-25 21:58:08 +02:00

17 lines
160 B
PHP

<?php
return [
[
2.453736570842,
4.5,
],
[
'#VALUE!',
'NAN',
],
[
'#NUM!',
-4.5,
],
];