Home Tools Blog About

Number Tools

Number tools cover the integer and decimal work that sits between a simple calculator and a full computer-algebra system. A collection of browser-based utilities for arithmetic, statistical analysis, number-theoretic decomposition, classical sequences, and the digits of mathematical constants.

All tools in this category

Add Commas to Integer Online - Number Formatting

Add thousands separators (commas) to integers instantly. Support for negative numbers, large integers, batch processing. Free,…

Analyze Integers Online and Statistical Analysis

Analyze Integers with 30+ metrics including mean, median, mode, variance, quartiles, and more. Free, secure, client-side…

Calculate Digit Product

Calculate the product of all digits in a number instantly. Free, offline, client-side - handles negatives,…

Calculate Digit Sum

Calculate the digit sum and digital root of any number instantly. Free, offline, client-side - shows…

Calculate e-Digits and Euler's Number

Calculate e Digits & Euler’s Number Online Free - Generate precise values instantly. Simple, fast, and…

Calculate Fibonacci Numbers

Calculate Fibonacci Numbers Generate up to 5,000 Fibonacci numbers with exact BigInt precision. Free, offline, client-side…

Calculate Lucas Numbers

Calculate Lucas Numbers - Generate up to 5,000 Lucas numbers with exact BigInt precision. Free, offline,…

Calculate Number Divisors

Calculate Number Divisors and Find all divisors of any positive integer, instantly. Free, offline, client-side -…

Calculate Number Product

Calculate Number Product - Multiply any list of numbers, instantly. Free, offline, client-side - with exact…

Calculate Number Sum

Calculate Number Sum Add any list of numbers, instantly. Free, offline, client-side - with Kahan precision,…

Calculate Phi Digits

Calculate Phi Digits Compute up to 5,000 digits of the golden ratio φ with exact BigInt…

Calculate Pi Digits

Calculate Pi Digits Online - Compute up to 5,000 digits of π with an exact BigInt…

Calculate Prime Factors

Calculate Prime Factors Break any integer into its prime factors with a formula like 360 =…

Calculate Sum of Integers

Calculate the sum of integers instantly. Support for negative numbers, large integers, batch addition with average.…

Calulate Sum Of Digits

Calulate Sum Of Digits within integers instantly. Support for negative numbers, large integers, batch processing. Free,…

Change Integer Sign

Change Integer Sign Flip, negate, or make positive/negative a list of integers. With position-based flipping for…

Change Number Base

Convert integers between bases 2-36 (binary, octal, decimal, hex). Arbitrary precision via BigInt. Free, client-side, instant,…

Check Number Palindrome

Check whether a number is a palindrome in strict or digits-only mode, with nearest palindromes, binary…

Convert Integer to Palindrome

Generate palindromes from integers - 4 methods (reverse-append, mirror, add-reverse, nearest). BigInt-accurate. Free, offline, client-side.

Convert Integers to Words

Spell out integers in English - supports billions, trillions, quadrillions with BigInt precision. Free, offline, client-side.

Convert Number to Negadecimal

Convert numbers to negadecimal (base -10) and back. BigInt for arbitrary precision. Step-by-step derivation. Free, offline,…

Convert Number to Power of Ten

Convert any number to scientific, engineering notation, and metric prefix. Power-of-10 ranges, BigInt-exact powers. Free, offline.

Convert Number to Power of Two

Find nearest power of 2, binary form, bit width, IEC prefix (Ki/Mi/Gi/Ti). BigInt up to 2^1000.…

Convert Numbers to Image

Render any number or text as a PNG / JPEG with custom font, color, alignment, bold.…

Convert Numbers to Words

Convert numbers to English words. Cardinal, ordinal, check-writing format. BigInt for huge numbers, decimal support, US/UK…

Convert Words to Integers

Convert English number words to integers (and back). Supports negatives, billions, error reporting per line. Free,…

Convert Words to Numbers

Convert English number words to numbers (and back). Supports negative, billions, quintillions. Free, client-side, instant, secure.

Create Image from Integers

Visualize integer lists as barcode, pixel grid, heatmap (5 palettes), or line chart. Custom canvas size,…

Create Integer Array

Generate integer arrays - sequential, random, arithmetic, geometric, Fibonacci, primes (Sieve), or custom pattern. 5 output…

Create Integer Zigzag

Rearrange integers into alternating peak/valley zigzag pattern (2 algorithms) or generate bouncing sequences. Free, client-side.

Create Number Palindrome

Create palindromes from any number - 5 modes including mirror, reverse-and-add (196 problem), next/previous palindrome. BigInt…

Create Unicode Fractions

Convert fractions to Unicode (½ ⅔ ⅛) or constructed superscript/subscript form. Decimal-to-fraction, simplify, batch mode. Free,…

Decrement Integer Digits

Subtract a value from each digit independently with wraparound, borrow, or clamp modes. Batch input. Free,…

Decrement Integers

Subtract a fixed value or percentage from each integer in a batch. BigInt support for huge…

Delete Integer Digits

Remove specific digits from every integer in a batch with preserve-empty + leading-zero modes. BigInt support…

Destroy Integers

Obfuscate or destroy integers in 6 ways: zero, reverse, scramble, random, noise, delete. Filter by sign.…

Draw Pascal Triangle

Draw Pascal Triangle online, free and private. Runs in your browser, no upload, instant and offline.

Enumerate Integers

Number each integer in a list with sequential labels - standard, zero-based, custom start, or reverse.…

Extract Integers from Data

Pull every integer out of free-form text - Smart mode handles thousand-separators and skips decimals. Free,…

Fancy Number Font Online

Turn an integer into fullwidth, circled, or double-struck Unicode digits you can copy anywhere.

Filter Numbers

Filter a list of numbers - gt, lt, eq, even/odd, positive/negative, integer/decimal, unique, between, outside. Free,…

Find Maximum Number

Find the largest value in a list of numbers, including decimals and negatives.

Find Minimum Number

Find the smallest value in a list of numbers, including decimals and negatives.

Find the Greatest Common Divisor (GCD)

Find the greatest common divisor (GCD) of two or more integers, the largest number that divides…

Find the Least Common Multiple (LCM)

Find the least common multiple (LCM) of two or more integers, the smallest number they all…

Find the Running Product (Cumulative Product)

Find the running product of a list of numbers, with each line showing the cumulative product…

Find the Running Total (Cumulative Sum)

Find the running total of a list of numbers, with each line showing the cumulative sum…

Fraction Addition Calculator

Add two or more fractions with automatic simplification. See exact results and decimal values. Free, offline,…

Generate a Fibonacci-like Series

Generate a Fibonacci-like series from any two starting numbers, with exact big-number arithmetic.

Generate a Geometric Sequence

Generate a geometric sequence from a starting value and a common ratio, your length and separator.

Generate an Arithmetic Sequence

Generate an arithmetic sequence from a starting value and a common difference, your length and separator.

Generate Cube Numbers

Generate the first N cube numbers (1, 8, 27, 64, 125, ...) with your chosen separator.

Generate Even Numbers

Generate the first N even numbers (2, 4, 6, 8, ...) with your chosen separator.

Generate Integer Pairs

Generate all ordered integer pairs (i, j) where both values run from 1 to N, one…

Generate Integer Triples

Generate all ordered integer triples (i, j, k) where each of the three values runs from…

Generate Odd Numbers

Generate the first N odd numbers (1, 3, 5, 7, ...) with your chosen separator.

Generate Powers of Ten

Generate the first N powers of ten (1, 10, 100, 1000, ...) with exact big-number arithmetic.

Generate Powers of Two

Generate the first N powers of two (1, 2, 4, 8, ...) with exact big-number arithmetic.

Generate Prime Numbers

Generate Prime Numbers List every prime up to 10,000,000 with the Sieve of Eratosthenes. Free, offline,…

Generate Square Numbers

Generate the first N square numbers (1, 4, 9, 16, 25, ...) with your chosen separator.

Generate von Neumann Ordinals

Generate von Neumann ordinals, the set-theory build where each number is the set of all before…

Generate Zermelo Ordinals

Generate Zermelo ordinals, the set-theory build where each ordinal nests the previous one in braces.

Increment Integer Digits

Add a value to each digit of an integer independently, with wraparound or clamping when a…

Increment Integers by One

Add one to every integer in a list and see each original number next to its…

Join Integers into One String

Join a list of integers into one string, with no separator or a comma, space, or…

Linear Recurrence Calculator

Compute the terms of a linear recurrence from starting terms and coefficients, with exact arithmetic.

Multiply Digits of a Number

Multiply together all the digits of a whole number and get their exact product.

Multiply Integers

Multiply a whole list of integers together and get their exact product, even for very large…

Palindrome Number Generator

Generate symmetric integers (number palindromes) in order, with your chosen count and separator.

Print Even Integers

List every even integer between two values you choose, inclusive, with the separator you pick.

Print Odd Integers

List every odd integer between two values you choose, inclusive, with the separator you pick.

Replace Integer Digits Online

Replace every occurrence of one digit in an integer with another digit you choose.

Reverse Digits of a Number

Reverse the digits of a whole number, with the minus sign kept in front and the…

Rewrite Integer as Sum

Rewrite an integer in expanded form, as a sum of its place values, with zero place…

Roman Numeral Converter

Convert between decimal numbers and Roman numerals in either direction, for values from 1 to 3999.

Round a Number

Round a number to a chosen number of decimal places using round half up, with float…

Round Integers to the Nearest Multiple

Round a list of integers to the nearest multiple you choose, such as the nearest 10…

Separate Digits of a Number

Separate a whole number into its individual digits, listed in order with your chosen separator.

Shuffle Digits of a Number

Shuffle the digits of a whole number into a random order, with the minus sign kept…

Shuffle Integers Online

Shuffle a list of integers into a random order using a fair, cryptographically secure shuffle.

Sort Digits of a Number

Sort the digits of a whole number in ascending or descending order, with the minus sign…

Sort Numbers

Sort a list of numbers by value, ascending or descending, handling integers, decimals, and negatives.

Split a Number Into Two Parts

Split a whole number into two parts at a position you choose, counting digits from the…

Truncate Integers

Truncate each integer to its first few digits, counting from the left, with no rounding.