Hello guys.
I have an integer that is storing the result of a division between two numbers. I usually recieve an result that looks like 5,2496874654
.
How can I limit the variable length so it looks more 'approximated', like 5,25
?
Thanks in advance!