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

41 lines
528 B
PHP

<?php
return [
[
1800,
[10000, 1000, 5],
],
[
1000,
[10000, 5000, 5],
],
[
1142.857142857143,
[8000, 0, 7],
],
[
50,
[500, 100, 8],
],
[
2250,
[30000, 7500, 10],
],
[
166.66666666666666,
[1200, 200, 6],
],
[
3750,
[45000, 7500, 10],
],
[
'#NUM!',
[10000, 1000, -1],
],
[
'#VALUE!',
['INVALID', 1000, -1],
],
];