mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 15:28:36 +00:00
fe121e8f7a
* Additional statistical unit tests for non-happy path
25 lines
257 B
PHP
25 lines
257 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
-0.197375320225,
|
|
-0.2,
|
|
],
|
|
[
|
|
0.0,
|
|
0.0,
|
|
],
|
|
[
|
|
0.761594155956,
|
|
1.0,
|
|
],
|
|
[
|
|
0.992631520201,
|
|
2.8,
|
|
],
|
|
[
|
|
'#VALUE!',
|
|
'NAN',
|
|
],
|
|
];
|