arithmetic

24 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

Binary Addition Calculator

Add two binary numbers together with full carry propagation, at any length.

Open tool

Binary Bit Adder

Combine two binary strings bit by bit with no carry propagation (a half-adder sum).

Open tool

Binary Division Calculator

Divide two binary numbers and see both the quotient and the remainder.

Open tool

Binary Multiplication Calculator

Multiply two binary numbers together as exact integer arithmetic, at any length.

Open tool

Binary Ones Counter

Count how many 1 bits (population count / popcount) appear in a binary string.

Open tool

Binary Parity Calculator

Count 1 bits in a binary string, check even/odd parity, and generate the matching parity bit.

Open tool

Binary Subtraction Calculator

Subtract two binary numbers, with a clear leading minus sign when the result is negative.

Open tool

Binary to Floating Point Converter

Decode a 32-bit IEEE 754 single-precision binary string back into its decimal value.

Open tool

Binary Zeros Counter

Count how many 0 bits appear in a binary string, exactly as it was entered.

Open tool

Floating Point to Binary Converter

Convert a decimal number into its exact IEEE 754 single-precision (32-bit) binary layout.

Open tool