PhpSpreadsheet/tests/rawTestData/Calculation/Engineering/IMPRODUCT.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

16 lines
831 B
Plaintext

"12.34+5.67j", "123.45+67.89i", "#NUM!"
"12.34+5.67j", "12.34+5.67j"
"12.34+5.67i", "123.45+67.89i", "5.67", "6454.936089+8718.895647i"
"12.34+5.67j", "123.45+67.89j", "5.67", "6454.936089+8718.895647j"
"12.34+5.67j", "123.45+67.89j", "1138.4367+1537.7241j"
"12.34-5.67i", "123.45+67.89i", "1908.3093+137.8011i"
"12.34+5.67i", "123.45-67.89i", "1908.3093-137.8011i"
"12.34-5.67i", "123.45-67.89i", "1138.4367-1537.7241i"
"-12.34+5.67i", "123.45+67.89i", "-1908.3093-137.8011i"
"-12.34-5.67i", "123.45+67.89i", "-1138.4367-1537.7241i"
"12.34+5.67i", "-123.45+67.89i", "-1908.3093+137.8011i"
"-12.34+5.67i", "-123.45+67.89i", "1138.4367-1537.7241i"
"-12.34-5.67i", "-123.45-67.89i", "1138.4367+1537.7241i"
"-12.34", "123.45-67.89i", "-1523.373+837.7626i"
"-12.34-5.67i", "-12.34", "152.2756+69.9678i"