fe121e8f7a
* Additional statistical unit tests for non-happy path
17 lines
178 B
PHP
17 lines
178 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
5.348120627447,
|
|
0.5, 3, 2,
|
|
],
|
|
[
|
|
'#VALUE!',
|
|
'NAN', 3, 2,
|
|
],
|
|
[
|
|
'#NUM!',
|
|
-0.5, 3, 2,
|
|
],
|
|
];
|