PhpSpreadsheet/tests/data/Calculation/Statistical/GROWTH.php

26 lines
553 B
PHP

<?php
return [
[
[
[32618.203773539713],
[47729.42261474774],
[69841.30085621739],
[102197.07337883231],
[149542.48674004572],
[218821.87621459525],
],
[33100, 47300, 69000, 102000, 150000, 220000],
[11, 12, 13, 14, 15, 16],
],
[
[
[320196.71836347197],
[468536.05418404756],
],
[33100, 47300, 69000, 102000, 150000, 220000],
[11, 12, 13, 14, 15, 16],
[17, 18],
],
];