PhpSpreadsheet/tests/rawTestData/Calculation/Financial/IPMT.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

10 lines
390 B
Plaintext

#rate per nper pv fv type Result
0.008333333333, 3, 3, 8000, -22.406893015021
0.10, 3, 3, 8000, -292.44712990937
0.004166666667, 1, 60, 50000, -208.33333335
0.004166666667, 2, 60, 50000, -205.26988189617
0.00875, 1, 8, 10000, 5000, 1, 0.00
0.00875, 2, 8, 10000, 5000, 1, -70.968650395559
0.005, 2, 8, 2500, 200, 6, "#NUM!"
0.005, 8, 2, 2500, 200, 1, "#VALUE!"