mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 21:08:33 +00:00
70e371189c
* Move the trend functions from Statistical and into their own group class * Additional LINEST()/LOGEST() tests, and fix for the returned array
19 lines
357 B
PHP
19 lines
357 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
[1.463275628116, 495.304770158727],
|
|
[33100, 47300, 69000, 102000, 150000, 220000],
|
|
[11, 12, 13, 14, 15, 16],
|
|
true,
|
|
false,
|
|
],
|
|
[
|
|
[1.482939830687, 2.257475168225],
|
|
[2, 3, 6, 8, 12, 15, 25, 34, 50],
|
|
[0, 1, 2, 3, 4, 5, 6, 7, 8],
|
|
true,
|
|
false,
|
|
],
|
|
];
|