arithmetic
24 tools tagged "arithmetic".
Hex Addition Calculator
Add two hexadecimal numbers together and get the exact hex sum.
Open toolHex Addition Table Generator
Generate an NxN addition table with row/column headers and cell values all in hexadecimal.
Open toolHex Division Calculator
Divide one hexadecimal number by another and get the exact hex quotient and remainder.
Open toolHex Division Table Generator
Generate an NxN division table showing hex quotient and remainder for every row/column pair.
Open toolHex Multiplication Calculator
Multiply two hexadecimal numbers together and get the exact hex product.
Open toolHex Multiplication Table Generator
Generate an NxN multiplication table with row/column headers and cell values all in hexadecimal.
Open toolHex Number Rounder
Round every hex value in a list to the nearest multiple of a hex rounding unit.
Open toolHex Subtraction Calculator
Subtract one hexadecimal number from another and get the exact hex difference, including negative results.
Open toolHex Value Decrementer
Subtract a decimal amount from every hex value in a list, clamping at zero instead of wrapping.
Open toolHex Value Incrementer
Add a decimal amount to every hex value in a list, using exact BigInt arithmetic.
Open toolRandom Math Expression Generator
Build a random arithmetic expression from +, -, *, / and parentheses, with its evaluated result.
Open toolInteger Absolute Value Calculator
Compute the absolute value of every integer in a list, one per line.
Open toolInteger Division Calculator
Divide a list of integers left to right, one after another, as floating point.
Open toolInteger Subtraction Calculator
Subtract a list of integers left to right, one after another.
Open toolBinary Addition Calculator
Add two binary numbers together with full carry propagation, at any length.
Open toolBinary Bit Adder
Combine two binary strings bit by bit with no carry propagation (a half-adder sum).
Open toolBinary Division Calculator
Divide two binary numbers and see both the quotient and the remainder.
Open toolBinary Multiplication Calculator
Multiply two binary numbers together as exact integer arithmetic, at any length.
Open toolBinary Ones Counter
Count how many 1 bits (population count / popcount) appear in a binary string.
Open toolBinary Parity Calculator
Count 1 bits in a binary string, check even/odd parity, and generate the matching parity bit.
Open toolBinary Subtraction Calculator
Subtract two binary numbers, with a clear leading minus sign when the result is negative.
Open toolBinary to Floating Point Converter
Decode a 32-bit IEEE 754 single-precision binary string back into its decimal value.
Open toolBinary Zeros Counter
Count how many 0 bits appear in a binary string, exactly as it was entered.
Open toolFloating Point to Binary Converter
Convert a decimal number into its exact IEEE 754 single-precision (32-bit) binary layout.
Open tool