arithmetic
14 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 tool