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 toolCIDR Subnet Calculator
Compute network address, broadcast, host range, and optional subnets from a CIDR block.
Open toolInteger Absolute Value Calculator
Compute the absolute value of every integer in a list, one per line.
Open toolInteger AND Calculator
Fold a list of non-negative integers with bitwise AND.
Open toolInteger Average Calculator
Compute the arithmetic mean of a list of integers.
Open toolInteger Comparator
Compare two integers and see whether A is less than, greater than, or equal to B.
Open toolInteger Digit Average Calculator
Compute the average of each integer's own digits, one result per line.
Open toolInteger Digit Division Calculator
Run a left-to-right division across each integer's own digits, one result per line.
Open toolInteger Division Calculator
Divide a list of integers left to right, one after another, as floating point.
Open toolInteger Entropy Calculator
Compute the Shannon entropy, in bits, of each integer's decimal digit distribution.
Open toolInteger Information Printer
Analyze a single integer: its binary/octal/hex forms, digit stats, parity, palindrome, primality, and more.
Open toolInteger NAND Calculator
Fold a list of non-negative integers with AND, then take the NOT at a chosen bit width.
Open toolInteger NOR Calculator
Fold a list of non-negative integers with OR, then take the NOT at a chosen bit width.
Open toolInteger NOT Calculator
Compute the bitwise NOT of each integer independently at a chosen bit width.
Open toolInteger OR Calculator
Fold a list of non-negative integers with bitwise OR.
Open toolInteger Subtraction Calculator
Subtract a list of integers left to right, one after another.
Open toolInteger Symmetry Checker
Check whether each integer's digit string reads the same forwards and backwards.
Open toolInteger XNOR Calculator
Fold a list of non-negative integers with XOR, then take the NOT at a chosen bit width.
Open toolInteger XOR Calculator
Fold a list of non-negative integers with bitwise XOR.
Open tool