Skip to content

Sort decimal numbers #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nunob87 opened this issue Apr 4, 2025 · 0 comments
Open

Sort decimal numbers #389

nunob87 opened this issue Apr 4, 2025 · 0 comments

Comments

@nunob87
Copy link

nunob87 commented Apr 4, 2025

hello, Is it possible to sort decimal numbers without them being sorted as strings

example

999.01
99.32
9.32
873.32
83.33
7.32

It should look like this

999.01
873.32
99.32
83.33
9.32
7.32

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant