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

25 lines
423 B
PHP

<?php
return [
[
-52990.70632392715,
[0.05 / 12, 60, 1000],
],
[
-26762.755452881098,
[0.10 / 4, 16, 2000, 0, 1],
],
[
-5555.6058459337655,
[0.075 / 12, 2 * 12, 250, null, 0],
],
[
-9252.072719337915,
[0.06 / 52, 4 * 52, 50, null, 1],
],
[
-762.8840472202697,
[0.0525 / 1, 10 * 1, 100, null, 0],
],
];