Message 1 of 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a float number that needs to be converted into a String.
Such as 43.30000024
I want it to keep two decimal places: 43.30
I found that the built-in nodes round_to_nearest, round_to_floor, round_to_ceiling cannot retain decimals.
so what is the solution?
Solved! Go to Solution.