math_bitwise_calculator
Perform bitwise operations (AND, OR, XOR, NOT, NAND, NOR, shifts) on signed/unsigned 32-bit and 64-bit integers. Get results in binary, octal, decimal, and hex.
Instructions
Menu ID: bitwise_calculator. Bitwise Calculator. Bitwise AND, OR, XOR, NOT, NAND, NOR and shift operations on signed/unsigned 32-bit and 64-bit integers. Results in binary, octal, decimal, and hex. Use describe_tool with tool_id "bitwise_calculator" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| a | Yes | ||
| b | Yes | ||
| aBase | Yes | ||
| bBase | Yes | ||
| width | Yes | ||
| signed | Yes |