Hi guys!
I need to round floats (0.234378996=0.23, 12.3349=12.33, etc.)
I’m trying to use “Snap to grid (0.01)”.
Sometimes it returns expected results (0.23), but sometimes it returns ugly long numbers (0.234378996)
How to properly round floats?
(I know this is simple question, but I’ve searched it on forums, didn’t find the answer)