Binary OR operation
Binary OR operation of the bits of two integers
This function execute the bitwise OR operation of two integers. With this function the bits of two integer are binary ORed. The number can be entered in the formats hexadecimal, decimal, octal or binary.
The result is displayed in the formats hexadecimal, decimal, octal and binary.
|
Description of the OR function
The bitwise OR is applied to the bit sequences of two integers. The bits of one number are logically ORed with the corresponding bits of the other number. For each pair of bits, the result bit is 0 if both bits are 0. If either or both bits are 1, the result bit is set to 1.
IT Functions
Decimal, Hex, Bin, Octal conversion • Shift bits left or right • Set a bit • Clear a bit • Bitwise AND • Bitwise OR • Bitwise exclusive ORSpecial functions
Airy • Derivative Airy • Bessel-I • Bessel-Ie • Bessel-J • Bessel-Je • Bessel-K • Bessel-Ke • Bessel-Y • Bessel-Ye • Spherical-Bessel-J • Spherical-Bessel-Y • Hankel • Beta • Incomplete Beta • Incomplete Inverse Beta • Binomial Coefficient • Binomial Coefficient Logarithm • Erf • Erfc • Erfi • Erfci • Fibonacci • Fibonacci Tabelle • Gamma • Inverse Gamma • Log Gamma • Digamma • Trigamma • Logit • Sigmoid • Derivative Sigmoid • Softsign • Derivative Softsign • Softmax • Struve • Struve table • Modified Struve • Modified Struve table • Riemann ZetaHyperbolic functions
ACosh • ACoth • ACsch • ASech • ASinh • ATanh • Cosh • Coth • Csch • Sech • Sinh • TanhTrigonometrische Funktionen
ACos • ACot • ACsc • ASec • ASin • ATan • Cos • Cot • Csc • Sec • Sin • Sinc • Tan • Degree to Radian • Radian to Degree
|