The example here was the simplified example
In my actual case, it’s a calculated value of how much harddrive space was freed via free-up-harddrive-space.bat
It measures before/after for terabytes, gigabytes, and megabytes.
None of the numbers were actually 0. I just don’t care about megabytes or gigabytes past the integer level, only terabites do i start to care about the 1ˢᵗ decimal place.
So I was getting reports that i’d freed up, for example, 150 megs, but "-" gigs (rounded from 0.150) and "-" terabytes (rounded from 0.000150 or something like that).