I can’t remember how to do this. I have a set of numbers that are esentailly like follows:
323.3434456764
4.349075639
5654.64547290477347
I need to truncate the number to show the whole number as well as the first decimal value. So like Math.floor, but truncating one decimal place.