This website requires JavaScript.
Explore
Help
Sign In
alex
/
PhpSpreadsheet
Watch
1
Star
0
Fork
You've already forked PhpSpreadsheet
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f34cc6cf6e
PhpSpreadsheet
/
tests
/
data
/
Calculation
/
Statistical
/
GAMMALN.php
17 lines
160 B
PHP
Raw
Normal View
History
Unescape
Escape
Improved tests (#1110) * Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * New statistical tests * Sniffs * Additional statistical function unit tests * Additional statistical function unit tests * Fix case-sensitivity * Fix HARMEAN code logic * Unit tests refactored into individual files for all logical functions Implemented IFNA() * Fix silly typo * NOT needs ...args to allow for test when no argument passed * Codestyle * Use instance asserts
2019-07-26 20:21:17 +00:00
<
?
php
return
[
[
2.453736570842
,
4.5
,
],
Additional statistical unit tests for non-happy path (#1594) * Additional statistical unit tests for non-happy path
2020-07-25 19:58:08 +00:00
[
'#VALUE!'
,
'NAN'
,
],
[
'#NUM!'
,
-
4.5
,
],
Improved tests (#1110) * Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * New statistical tests * Sniffs * Additional statistical function unit tests * Additional statistical function unit tests * Fix case-sensitivity * Fix HARMEAN code logic * Unit tests refactored into individual files for all logical functions Implemented IFNA() * Fix silly typo * NOT needs ...args to allow for test when no argument passed * Codestyle * Use instance asserts
2019-07-26 20:21:17 +00:00
];