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

72 lines
1.2 KiB
PHP

<?php
// values, dates, guess, Result
return [
[
[
-10000,
[
2750,
4250,
3250,
2750,
46000,
],
],
[
'2008-01-01',
[
'2008-03-01',
'2008-10-30',
'2009-02-15',
'2009-04-01',
],
],
0.10000000000000001,
0.373362535,
],
[
[
-100,
[
20,
40,
25,
],
],
[
'2010-01-01',
[
'2010-04-01',
'2010-10-01',
'2011-02-01',
],
],
-0.3024,
],
[
[
-100,
[
20,
40,
25,
8,
15,
],
],
[
'2010-01-01',
[
'2010-04-01',
'2010-10-01',
'2011-02-01',
'2011-03-01',
'2011-06-01',
],
],
0.20949999999999999,
],
];