PhpSpreadsheet/tests/data/Calculation/Engineering
Mark Baker 67cdee6033
Add new Bitwise Functions introduced in MS Excel 2013 (#603)
* - Added calculation engine support for the new bitwise functions that were added in MS Excel 2013
  - BITAND()     Returns a Bitwise 'And' of two numbers
  - BITOR()      Returns a Bitwise 'Or' of two number
  - BITXOR()     Returns a Bitwise 'Exclusive Or' of two numbers
  - BITLSHIFT()  Returns a number shifted left by a specified number of bits
  - BITRSHIFT()  Returns a number shifted right by a specified number of bits
2018-07-22 22:16:34 +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
IMDIV.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09: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 Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMSIN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMSQRT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMSUB.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IMSUM.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09: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