PhpSpreadsheet/tests/data/Calculation/Engineering
Mark Baker 1b96c95a44
Add new Complex Number Functions introduced in MS Excel 2013 (#601)
* - Refactored Complex Engineering Functions to use external complex number library
- Added calculation engine support for the new complex number functions that were added in MS Excel 2013
    - IMCOSH()  Returns the hyperbolic cosine of a complex number
    - IMCOT()   Returns the cotangent of a complex number
    - IMCSC()   Returns the cosecant of a complex number
    - IMCSCH()  Returns the hyperbolic cosecant of a complex number
    - IMSEC()   Returns the secant of a complex number
    - IMSECH()  Returns the hyperbolic secant of a complex number
    - IMSINH()  Returns the hyperbolic sine of a complex number
    - IMTAN()   Returns the tangent of a complex number
* Simplified the parseComplex() method in the PhpOffice\PhpSpreadsheet\Calculation\Engineering class, using Complex\Complex; and docblock flagged as deprecated
2018-07-25 14:38:44 +01:00
..
BESSELI.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09: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 Use proper syntax for variadic functions 2017-01-23 15:01:20 +09: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