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

43 lines
610 B
PHP

<?php
// rate, values, result
return [
[
1188.4434123352,
0.10000000000000001,
-10000,
3000,
4200,
6800,
],
[
41922.061554931999,
0.080000000000000002,
8000,
9200,
10000,
12000,
14500,
],
[
36250.534912984003,
0.080000000000000002,
8000,
9200,
10000,
12000,
14500,
-9000,
],
[
12678.677633095,
0.050000000000000003,
2000,
2400,
2900,
3500,
4100,
],
];