Sort a list of numbers and review basic summary statistics at the same time.
Last updated: June 2026 | By Patchworkr Team
This tool sorts a list of numbers and shows summary statistics for the same data set.
Are decimals allowed?
Yes. Any finite real number is accepted, including decimal and scientific notation inputs.
Does the tool remove duplicates?
No. Duplicates stay in the sorted result because the tool is ordering, not deduplicating.
Why does the list need to be valid up front?
That prevents bad tokens from being silently dropped or coerced into zeros.
Can I sort descending?
Yes. Switch the order selector to greatest to least.
Related Tools