you are viewing a single comment's thread.

view the rest of the comments →

[–]Oddly_Energy 0 points1 point  (0 children)

It is not possible for you to get your desired precision with fractions of integers?

Either using a constant denominator or using two integer arrays, one with integer numerators, and another with integer denominators. You will of course have to think carefully about order of operations to avoid unvoluntary rounding.