mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 15:28:36 +00:00
2eaf9b53aa
* Start splitting some of the basic Statistical functions out into separate classes containing just a few similar functions * Splitting some of the basic Statistical functions out into separate classes containing just a few similar functions - MAX(), MAXA(), MIN() and MINA() * Splitting some more of the basic Statistical functions out into separate classes containing just a few similar functions - StandardDeviations and Variances
13 lines
172 B
PHP
13 lines
172 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
26.0545581424825,
|
|
[1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
|
|
],
|
|
[
|
|
'#DIV/0!',
|
|
[],
|
|
],
|
|
];
|