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

32 lines
430 B
PHP

<?php
// nominal_rate, npery, Result
return [
[
0.053542667370758003,
0.052499999999999998,
4,
],
[
0.103812890625,
0.10000000000000001,
4,
],
[
0.10249999999999999,
0.10000000000000001,
2,
],
[
0.025156250000000002,
0.025000000000000001,
2,
],
[
'#NUM!',
1,
0,
],
];