PhpSpreadsheet/tests/data/Calculation/Statistical/GAMMALN.php

17 lines
160 B
PHP

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