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

35 lines
493 B
PHP

<?php
// rate, per, nper, pv, result
return [
[
-64814.814812222001,
0.0083333333329999992,
1,
36,
8000000,
],
[
-533333.33333333,
0.10000000000000001,
1,
3,
8000000,
],
[
-204.86111112750001,
0.0041666666669999998,
1,
60,
50000,
],
[
-201.38888890499999,
0.0041666666669999998,
2,
60,
50000,
],
];