sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/Financial/MIRR.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

78 lines
1.2 KiB
PHP

<?php
// values, finance_rate, reinvestment_rate, Result
return [
[
0.12609413036591,
[
-120000,
[
39000,
30000,
21000,
37000,
46000,
],
],
0.10000000000000001,
0.12,
],
[
-0.048044655249981,
[
-120000,
[
39000,
30000,
21000,
],
],
0.10000000000000001,
0.12,
],
[
0.13475911082830999,
[
-120000,
[
39000,
30000,
21000,
37000,
46000,
],
],
0.10000000000000001,
0.14000000000000001,
],
[
0.74021752686287001,
[
-100,
[
12,
14,
11,
],
],
5.5,
5,
],
[
1.8579321744785,
[
-100,
[
12,
14,
11,
13,
16,
],
],
5.5,
5,
],
];