PhpSpreadsheet/src/PhpSpreadsheet/Calculation
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
..
Engine Fix a few docblocks 2018-01-28 15:26:42 +09:00
locale Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
Token Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
Calculation.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
Category.php Upgrade to PHP-CS-Fixer 2.7 2017-10-01 20:07:04 +09:00
Database.php Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
DateTime.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
Engineering.php Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
Exception.php Upgrade to PHP-CS-Fixer 2.7 2017-10-01 20:07:04 +09:00
ExceptionHandler.php Drop unused code and fix some PhpStorm warnings 2017-10-08 01:21:32 +09:00
Financial.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
FormulaParser.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
FormulaToken.php Fix a few phpdoc blocks 2017-12-27 22:20:47 +09:00
functionlist.txt Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
Functions.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
Logical.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
LookupRef.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
MathTrig.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
Statistical.php Fix a few docblocks 2018-02-12 12:09:35 +09:00
TextData.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00