PhpSpreadsheet/tests/rawTestData/Calculation/Financial/CUMPRINC.data
Adrien Crivelli 00657c906e
Reorganize unit tests
All code for unit tests is now under the `PhpSpreadsheet\Tests` namespace
which is autoloaded via composer mechanism. So there is no need for
`require()` anymore.

Also, tests were moved in `tests/` folder and phpunit should be executed from
the project root folder. This is to conform to the de facto standard, notably
in use in phpunit itself.
2016-08-14 02:29:33 +09:00

11 lines
525 B
Plaintext

#rate nper pv start_period end_period type result
0.0075, 360, 125000, 13, 24, 0, -934.10712342088
0.0075, 360, 125000, 1, 1, 0, -68.278271180977
0.004166666667, 60, 50000, 1, 12, 0, -9027.7626490046
0.004166666667, 60, 50000, 13, 24, 0, -9489.6401197913
0.004166666667, 60, 50000, 25, 36, 0, -9975.1481185741
0.004166666667, 60, 50000, 37, 48, 0, -10485.495628014
0.004166666667, 60, 50000, 49, 60, 0, -11021.953484617
0.0075, 360, 125000, 24, 13, 0, "#VALUE!"
0.0075, 360, 125000, 24, 13, 2, "#NUM!"