calculator

19 tools tagged "calculator".

API Rate Limit Calculator

Convert an API's rate limit into requests-per-second and estimate how long a batch will take.

Open tool

CIDR Subnet Calculator

Compute network address, broadcast, host range, and optional subnets from a CIDR block.

Open tool

Integer Absolute Value Calculator

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

Open tool

Integer AND Calculator

Fold a list of non-negative integers with bitwise AND.

Open tool

Integer Average Calculator

Compute the arithmetic mean of a list of integers.

Open tool

Integer Comparator

Compare two integers and see whether A is less than, greater than, or equal to B.

Open tool

Integer Digit Average Calculator

Compute the average of each integer's own digits, one result per line.

Open tool

Integer Digit Division Calculator

Run a left-to-right division across each integer's own digits, one result per line.

Open tool

Integer Division Calculator

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

Open tool

Integer Entropy Calculator

Compute the Shannon entropy, in bits, of each integer's decimal digit distribution.

Open tool

Integer Information Printer

Analyze a single integer: its binary/octal/hex forms, digit stats, parity, palindrome, primality, and more.

Open tool

Integer NAND Calculator

Fold a list of non-negative integers with AND, then take the NOT at a chosen bit width.

Open tool

Integer NOR Calculator

Fold a list of non-negative integers with OR, then take the NOT at a chosen bit width.

Open tool

Integer NOT Calculator

Compute the bitwise NOT of each integer independently at a chosen bit width.

Open tool

Integer OR Calculator

Fold a list of non-negative integers with bitwise OR.

Open tool

Integer Subtraction Calculator

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

Open tool

Integer Symmetry Checker

Check whether each integer's digit string reads the same forwards and backwards.

Open tool

Integer XNOR Calculator

Fold a list of non-negative integers with XOR, then take the NOT at a chosen bit width.

Open tool

Integer XOR Calculator

Fold a list of non-negative integers with bitwise XOR.

Open tool