Least to Greatest Calculator

Enter a list of numbers and instantly sort them from least to greatest. Supports integers, decimals, fractions, and negative numbers with step-by-step comparison.

Enter numbers separated by commas. Supports integers, decimals, fractions, and negatives.

Compare each number's decimal value and arrange in ascending order: smallest → largest
Input: 3/4, 0.5, -2, 7, 1/3 → Sorted: -2, 1/3 (0.333), 0.5, 3/4 (0.75), 7

How do I order numbers from least to greatest?

To order numbers from least to greatest (ascending order), compare each number and arrange them from the smallest value to the largest. For fractions, convert them to decimals first or find a common denominator to compare. For negative numbers, remember that -5 is less than -2.

How do I compare fractions to order them?

To compare fractions, you can: (1) Convert to decimals by dividing numerator by denominator, (2) Find a common denominator and compare numerators, or (3) Cross-multiply: for a/b vs c/d, compare a*d vs b*c. The fraction with the smaller value comes first in least-to-greatest order.

What is the difference between ascending and descending order?

Ascending order (least to greatest) arranges numbers from smallest to largest: 1, 2, 3, 4, 5. Descending order (greatest to least) arranges from largest to smallest: 5, 4, 3, 2, 1. This calculator sorts in ascending order.

Can this calculator handle negative numbers and decimals?

Yes! This calculator handles integers, decimals, negative numbers, and fractions. For example, entering "-3.5, 1/2, 0, -1, 2.75" will sort them as: -3.5, -1, 0, 1/2 (0.5), 2.75. Negative numbers are always less than positive numbers.