fe121e8f7a
* Additional statistical unit tests for non-happy path
17 lines
160 B
PHP
17 lines
160 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
2.453736570842,
|
|
4.5,
|
|
],
|
|
[
|
|
'#VALUE!',
|
|
'NAN',
|
|
],
|
|
[
|
|
'#NUM!',
|
|
-4.5,
|
|
],
|
|
];
|