Enter a list of fractions, decimals, and percentages to sort them in ascending or descending order.
Sorting numbers is a fundamental mathematical operation that arranges a list of numbers in a specific order, either from smallest to largest (ascending order) or from largest to smallest (descending order).
Let's sort the following list from least to greatest: 75%, 0.5, 2/3, 0.25, 1/2
0.25, 0.5, 0.5, 0.6667, 0.75
0.25, 1/2, 0.5, 2/3, 75%
This diagram illustrates the relative sizes of the sorted numbers.