I'm sure this isn't a new issue, but my calculations are doing some strange things. I have a query in which the following calculation is done:
([eQuantity]*[tQuantity])/minUnits
As an example, the following are the associated numbers
eQuantity - 9.519
tQuantity - 1
minUnits - 1
This should come out to 9.519. However, the number being returned is 9.51900005340576
I do not know where the extra digits are coming from. 9.519 was manually typed in, so this isn't the result of another calculation, or a longer number being input elsewhere. This is the case for multiple rows. Please let me know what I am missing.
Thank you
([eQuantity]*[tQuantity])/minUnits
As an example, the following are the associated numbers
eQuantity - 9.519
tQuantity - 1
minUnits - 1
This should come out to 9.519. However, the number being returned is 9.51900005340576
I do not know where the extra digits are coming from. 9.519 was manually typed in, so this isn't the result of another calculation, or a longer number being input elsewhere. This is the case for multiple rows. Please let me know what I am missing.
Thank you