Updated
Number sorter explained
Sort a list by numeric value rather than alphabetically. Negative values, decimals and scientific notation are accepted, and repeated values can either stay in the list or be removed.
A worked example
10, 2 and -3 sort to -3, 2, 10. Text sorting would put 10 before 2, which is a different task.
Before you use the result
Commas separate values; they are not thousands or decimal separators. Non-finite values and unsafe large integers are rejected. Decimal values use JavaScript precision.
Cite this page
ToolOctopus. “Number sorter.” Updated 2026-09-20. https://tooloctopus.com/number-sorter.
Add an access date if your instructions require one.
Citation formatting uses citeproc-js by Frank Bennett and Citation Style Language styles. Licence and source code.
