arithmetic

14 tools tagged "arithmetic".

Hex Addition Calculator

Add two hexadecimal numbers together and get the exact hex sum.

Open tool

Hex Addition Table Generator

Generate an NxN addition table with row/column headers and cell values all in hexadecimal.

Open tool

Hex Division Calculator

Divide one hexadecimal number by another and get the exact hex quotient and remainder.

Open tool

Hex Division Table Generator

Generate an NxN division table showing hex quotient and remainder for every row/column pair.

Open tool

Hex Multiplication Calculator

Multiply two hexadecimal numbers together and get the exact hex product.

Open tool

Hex Multiplication Table Generator

Generate an NxN multiplication table with row/column headers and cell values all in hexadecimal.

Open tool

Hex Number Rounder

Round every hex value in a list to the nearest multiple of a hex rounding unit.

Open tool

Hex Subtraction Calculator

Subtract one hexadecimal number from another and get the exact hex difference, including negative results.

Open tool

Hex Value Decrementer

Subtract a decimal amount from every hex value in a list, clamping at zero instead of wrapping.

Open tool

Hex Value Incrementer

Add a decimal amount to every hex value in a list, using exact BigInt arithmetic.

Open tool

Random Math Expression Generator

Build a random arithmetic expression from +, -, *, / and parentheses, with its evaluated result.

Open tool

Integer Absolute Value Calculator

Compute the absolute value of every integer in a list, one per line.

Open tool

Integer Division Calculator

Divide a list of integers left to right, one after another, as floating point.

Open tool

Integer Subtraction Calculator

Subtract a list of integers left to right, one after another.

Open tool