My goal is to convert long decimal numbers like this:
1.299999 or 14.58525
Into numbers like this:
1.29 or 14.58
I have tried the rounding function in Make but this seems to only work on integers and not decimals. Has anyone accomplished this before, and if so, I’d love to get some insight into your solution.