5128
Comments (296)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
1
ComputerGuru 1 point ago +1 / -0

I’m a programmer and I cannot think of any reason to use a float to tabulate values that should always be integers. I could see you having to convert the integer to a float to divide by to total to get your total percentage, but you would always leave the original value as an integer to maintain value integrity.