I'm trying to substring a double value but I tried .substring but i believe that's only for strings.
And I'd also like to round the numbers up a tiny bit.
for example
4.079691454585337
rounded up to 4.08 without showing the rest of the numbers.
Could anyone put me in the right direction for this. Thanks a bunch!
