PhpSpreadsheet/tests/data/Calculation/Financial/FVSCHEDULE.php
Adrien Crivelli 8dddf56c2e
Use proper syntax for variadic functions
This simplify code, increase readability and improve the function
signature for API users.
2017-01-23 15:01:20 +09:00

40 lines
694 B
PHP

<?php
// principal, schedule, Result
return [
[
1.3308899999999999,
1,
[
[
0.089999999999999997,
0.11,
0.10000000000000001,
],
],
],
[
13.3089,
10,
[
0.089999999999999997,
0.11,
0.10000000000000001,
],
],
[
12223.614571874999,
10000,
[
[
0.050000000000000003,
0.050000000000000003,
0.035000000000000003,
0.035000000000000003,
0.035000000000000003,
],
],
],
];