PhpSpreadsheet/tests/data/Calculation/Engineering
Mark Baker aaf996a165
Refactor engineering tests (#1106)
* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts.

* Bessels, and set some date tests to defined/named arguments

* Fix test class naming

* Names arguments for math/trig tests

* Docblock updates

* More engineering function unit test refactorings

* More engineering function unit test refactorings. This time, moving on to the Complex engineering functions

* Fix ImConjugate test

* Fix parseComplex test

* Fix parseComplex test

* More of the complex number function unit tests refactored

* Finish refactoring of the complex number function unit tests

* Newer phpunit assertions

* Add parsecomplex unit test back until we're ready to drop the deprecated function; but as it doesn't use the specified data provider at all, drop reference to that
2019-07-25 21:02:41 +02:00
..
BESSELI.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
BESSELJ.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
BESSELK.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
BESSELY.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
BIN2DEC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
BIN2HEX.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
BIN2OCT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
BITAND.php Add new Bitwise Functions introduced in MS Excel 2013 (#603) 2018-07-22 22:16:34 +01:00
BITLSHIFT.php Add new Bitwise Functions introduced in MS Excel 2013 (#603) 2018-07-22 22:16:34 +01:00
BITOR.php Add new Bitwise Functions introduced in MS Excel 2013 (#603) 2018-07-22 22:16:34 +01:00
BITRSHIFT.php Add new Bitwise Functions introduced in MS Excel 2013 (#603) 2018-07-22 22:16:34 +01:00
BITXOR.php Add new Bitwise Functions introduced in MS Excel 2013 (#603) 2018-07-22 22:16:34 +01:00
COMPLEX.php Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
CONVERTUOM.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DEC2BIN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DEC2HEX.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DEC2OCT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DELTA.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
ERF.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
ERFC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
ERFPRECISE.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
GESTEP.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
HEX2BIN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
HEX2DEC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
HEX2OCT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMABS.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMAGINARY.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMARGUMENT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMCONJUGATE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMCOS.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMCOSH.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMCOT.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMCSC.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMCSCH.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMDIV.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMEXP.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMLN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMLOG2.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMLOG10.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMPOWER.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMPRODUCT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMREAL.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMSEC.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMSECH.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMSIN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMSINH.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMSQRT.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMSUB.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
IMSUM.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMTAN.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
OCT2BIN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
OCT2DEC.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
OCT2HEX.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00