Make Math Work
Order

Usage: Order Number_1, Number_2, ... Number_n

The Order command places the entered numbers in value order starting with the least and ending with the greatest.

You can order fractions, keeping the fractions in their fractional form, by enclosing any fractions with square brackets, such as [1/4]. Omitting the square brackets will cause a decimal division, so an expression like 1/4 would be replaced by .25.

Examples:
Order 3, 2, 1 returns 1,2,3.
Order [1/2], .25, 1 returns .25, 1/2, 1.


 Try It   
 Enter numbers to be ordered separated by a comma: