PhpSpreadsheet/tests/data/Calculation/Financial/SYD.php

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],
],
];