a367f35438
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * More trend function unit tests * Yet more trend function unit tests
15 lines
253 B
PHP
15 lines
253 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
0.057950191571,
|
|
[2, 3, 9, 1, 8, 7, 5],
|
|
[6, 5, 11, 7, 5, 4, 4],
|
|
],
|
|
[
|
|
0.711666290487,
|
|
[2, 7, 8, 3, 4, 1, 6, 5],
|
|
[22.9, 33.49, 34.5, 27.61, 19.5, 10.11, 37.90, 31.08],
|
|
],
|
|
];
|