Transforms a decimal figure into its signed binary representation.
Generates a complex number using specified real and imaginary parts.
The bitwise XOR (exclusive OR) operation between two integers.
Moves the bits of the input a specified number of positions to the right.
Bitwise logical OR of two values.
Moves the bits of the input a specified number of positions to the left.
Bitwise logical AND of two integers.
Transforms a signed binary number into its equivalent signed octal representation.
Transforms a signed binary value into its signed hexadecimal equivalent.
Transforms a signed binary number into its decimal representation.
