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

45 lines
631 B
PHP

<?php
return [
[
3000,
[10000, 1000, 5, 1],
],
[
2400,
[10000, 1000, 5, 2],
],
[
1800,
[10000, 1000, 5, 3],
],
[
1200,
[10000, 1000, 5, 4],
],
[
600,
[10000, 1000, 5, 5],
],
[
1428.5714285714287,
[8000, 0, 7, 3],
],
[
4090.909090909091,
[30000, 7500, 10, 1],
],
[
409.09090909090907,
[30000, 7500, 10, 10],
],
[
'#NUM!',
[10000, 1000, 5, 10],
],
[
'#VALUE!',
['INVALID', 1000, 5, 1],
],
];