Least to Greatest Calculator

Sort numbers from least to greatest.

Sorted (ascending) 3, 9, 14, 18, 27

Formula: Sort the values in increasing order

Step-by-step with your numbers:
1. Values used:
2. Value 1 = 14
3. Value 2 = 3
4. Value 3 = 27
5. Value 4 = 9
6. Value 5 = 18
7. Value 6 = 0
8.
9. Sorted (ascending) = 3, 9, 14, 18, 27
Did we solve your problem today?

Order a list of numbers from smallest to largest.

The math behind it

Compare the values and arrange them in increasing order. Leave entries at 0 to ignore them.

Worked example

14, 3, 27, 9, 18 → 3, 9, 14, 18, 27.

FAQ

How are negatives handled?

More negative numbers come first (they are smaller).