I keep getting crazy decimals. For example, two of the numbers my code returned were 73.897886248014 and 46.102113751985996.
I simply need a method that returns 74.0 and 46.0. The data type needs to stay as a Double. I've tried several things, but I can't do it without changing the data type.